From 240566908f55c51f17acc85e6a6b6281a42a1183 Mon Sep 17 00:00:00 2001 From: Blue Swirl Date: Sat, 3 Apr 2010 07:35:50 +0000 Subject: [PATCH] sparc32: rename iommu.c to sun4m_iommu.c to make room for other IOMMUs Signed-off-by: Blue Swirl --- Makefile.target | 2 +- hw/{iommu.c => sun4m_iommu.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hw/{iommu.c => sun4m_iommu.c} (100%) diff --git a/Makefile.target b/Makefile.target index 167fc8d4d3..9cc2bae731 100644 --- a/Makefile.target +++ b/Makefile.target @@ -242,7 +242,7 @@ obj-sparc-y += vga.o obj-sparc-y += mc146818rtc.o obj-sparc-y += cirrus_vga.o else -obj-sparc-y = sun4m.o lance.o tcx.o iommu.o slavio_intctl.o +obj-sparc-y = sun4m.o lance.o tcx.o sun4m_iommu.o slavio_intctl.o obj-sparc-y += slavio_timer.o slavio_misc.o sparc32_dma.o obj-sparc-y += cs4231.o eccmemctl.o sbi.o sun4c_intctl.o endif diff --git a/hw/iommu.c b/hw/sun4m_iommu.c similarity index 100% rename from hw/iommu.c rename to hw/sun4m_iommu.c