diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-28 00:29:36 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-28 00:29:36 +0200 |
commit | 09eee6347166a7baab74783999ef1bf23827647f (patch) | |
tree | 1a52a6c6645447f65afb4ae7a057ba037c5870f5 /arch/ppc64/kernel/Makefile | |
parent | powerpc: Fix new-world powermac detection (diff) | |
download | linux-09eee6347166a7baab74783999ef1bf23827647f.tar.xz linux-09eee6347166a7baab74783999ef1bf23827647f.zip |
powerpc: Move U3 IOMMU driver to arch/powerpc/sysdev
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index f2f60c9cc55f..863bd7d746fb 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile @@ -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 |