Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09eee634 authored by Paul Mackerras's avatar Paul Mackerras
Browse files

powerpc: Move U3 IOMMU driver to arch/powerpc/sysdev



Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent bfab1019
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,3 +4,4 @@ obj-$(CONFIG_PPC_I8259) += i8259.o
obj-$(CONFIG_PPC_MPC106)	+= grackle.o
obj-$(CONFIG_BOOKE)		+= dcr.o
obj-$(CONFIG_40x)		+= dcr.o
obj-$(CONFIG_U3_DART)		+= u3_iommu.o
+0 −2
Original line number Diff line number Diff line
@@ -60,8 +60,6 @@ obj-$(CONFIG_PPC_PMAC) += udbg_scc.o
obj-$(CONFIG_PPC_MAPLE)		+= maple_setup.o maple_pci.o maple_time.o \
				   udbg_16550.o

obj-$(CONFIG_U3_DART)		+= u3_iommu.o

ifdef CONFIG_SMP
obj-$(CONFIG_PPC_PMAC)		+= smp-tbsync.o
obj-$(CONFIG_PPC_MAPLE)		+= smp-tbsync.o