summaryrefslogtreecommitdiffstats
path: root/hw/sparc/Makefile.objs
diff options
context:
space:
mode:
authorMark Cave-Ayland2018-01-08 19:16:34 +0100
committerMark Cave-Ayland2018-01-09 22:48:19 +0100
commitba51ef25571c58d09dcfe1f67056b30327dfaa46 (patch)
tree1ad1b0b96bf97ffd7befd71e595b61ee5d8b34c2 /hw/sparc/Makefile.objs
parentsun4u: switch from EBUS_DPRINTF() macro to trace-events (diff)
downloadqemu-ba51ef25571c58d09dcfe1f67056b30327dfaa46.tar.gz
qemu-ba51ef25571c58d09dcfe1f67056b30327dfaa46.tar.xz
qemu-ba51ef25571c58d09dcfe1f67056b30327dfaa46.zip
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/sparc/Makefile.objs')
-rw-r--r--hw/sparc/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sparc/Makefile.objs b/hw/sparc/Makefile.objs
index c987b5b5df..e2d0828c39 100644
--- a/hw/sparc/Makefile.objs
+++ b/hw/sparc/Makefile.objs
@@ -1 +1 @@
-obj-y += sun4m.o leon3.o
+obj-y += sun4m_iommu.o sun4m.o leon3.o