summaryrefslogtreecommitdiffstats
path: root/hw/sparc64/Makefile.objs
diff options
context:
space:
mode:
authorMark Cave-Ayland2018-01-08 19:16:34 +0100
committerMark Cave-Ayland2018-01-09 22:48:20 +0100
commit0ea833c24999093be6369f9145333bd10acfad76 (patch)
tree3af8cdb3c02707e48a3020c63e30ea256970ae1e /hw/sparc64/Makefile.objs
parentapb: QOMify IOMMU (diff)
downloadqemu-0ea833c24999093be6369f9145333bd10acfad76.tar.gz
qemu-0ea833c24999093be6369f9145333bd10acfad76.tar.xz
qemu-0ea833c24999093be6369f9145333bd10acfad76.zip
sun4u: split IOMMU device out from apb.c to sun4u_iommu.c
By separating the sun4u IOMMU device into new sun4u_iommu.c and sun4m_iommu.h files we noticeably simplify apb.c whilst bringing sun4u in line with all the other IOMMU-supporting architectures. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>
Diffstat (limited to 'hw/sparc64/Makefile.objs')
-rw-r--r--hw/sparc64/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/sparc64/Makefile.objs b/hw/sparc64/Makefile.objs
index cf9de21133..117e0ff27d 100644
--- a/hw/sparc64/Makefile.objs
+++ b/hw/sparc64/Makefile.objs
@@ -1,3 +1,4 @@
obj-y += sparc64.o
+obj-y += sun4u_iommu.o
obj-y += sun4u.o
obj-y += niagara.o \ No newline at end of file