diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2018-01-08 18:16:34 +0000 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2018-01-09 21:48:19 +0000 |
commit | ba51ef25571c58d09dcfe1f67056b30327dfaa46 (patch) | |
tree | 1ad1b0b96bf97ffd7befd71e595b61ee5d8b34c2 /hw/dma/Makefile.objs | |
parent | 69520948e10dde53cb2f49a0c2809847347ae042 (diff) | |
download | qemu-ba51ef25571c58d09dcfe1f67056b30327dfaa46.zip qemu-ba51ef25571c58d09dcfe1f67056b30327dfaa46.tar.gz qemu-ba51ef25571c58d09dcfe1f67056b30327dfaa46.tar.bz2 |
sun4m: move sun4m_iommu.c from hw/dma to hw/sparc
This seems more appropriate and brings sun4m in line with the other
architectures.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'hw/dma/Makefile.objs')
-rw-r--r-- | hw/dma/Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/dma/Makefile.objs b/hw/dma/Makefile.objs index 087c8e6..0b3a009 100644 --- a/hw/dma/Makefile.objs +++ b/hw/dma/Makefile.objs @@ -8,7 +8,6 @@ common-obj-$(CONFIG_XILINX_AXI) += xilinx_axidma.o common-obj-$(CONFIG_ZYNQ_DEVCFG) += xlnx-zynq-devcfg.o common-obj-$(CONFIG_ETRAXFS) += etraxfs_dma.o common-obj-$(CONFIG_STP2000) += sparc32_dma.o -common-obj-$(CONFIG_SUN4M) += sun4m_iommu.o obj-$(CONFIG_XLNX_ZYNQMP) += xlnx_dpdma.o obj-$(CONFIG_OMAP) += omap_dma.o soc_dma.o |