diff options
author | Mark Cave-Ayland | 2018-01-08 19:16:34 +0100 |
---|---|---|
committer | Mark Cave-Ayland | 2018-01-09 22:48:19 +0100 |
commit | ba51ef25571c58d09dcfe1f67056b30327dfaa46 (patch) | |
tree | 1ad1b0b96bf97ffd7befd71e595b61ee5d8b34c2 /hw/sparc/Makefile.objs | |
parent | sun4u: switch from EBUS_DPRINTF() macro to trace-events (diff) | |
download | qemu-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.objs | 2 |
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 |