diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-29 08:07:56 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 08:07:56 -0400 |
commit | 0cb7b2afd79c5715cbd1d4eee826571fb17fdd65 (patch) | |
tree | 6748e2d741c731aa8afa458152d934b7ad81715c /arch/ppc64/kernel/Makefile | |
parent | d3f67fbb96b827c1a6a7a82689e589865581155c (diff) |
powerpc: Merge maple support code to arch/powerpc/platforms/maple
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-rw-r--r-- | arch/ppc64/kernel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile index 3cf7f3dab511..327c08ce4291 100644 --- a/arch/ppc64/kernel/Makefile +++ b/arch/ppc64/kernel/Makefile | |||
@@ -55,8 +55,7 @@ obj-$(CONFIG_HVCS) += hvcserver.o | |||
55 | 55 | ||
56 | obj-$(CONFIG_PPC_PMAC) += udbg_scc.o | 56 | obj-$(CONFIG_PPC_PMAC) += udbg_scc.o |
57 | 57 | ||
58 | obj-$(CONFIG_PPC_MAPLE) += maple_setup.o maple_pci.o maple_time.o \ | 58 | obj-$(CONFIG_PPC_MAPLE) += udbg_16550.o |
59 | udbg_16550.o | ||
60 | 59 | ||
61 | ifdef CONFIG_SMP | 60 | ifdef CONFIG_SMP |
62 | obj-$(CONFIG_PPC_PMAC) += smp-tbsync.o | 61 | obj-$(CONFIG_PPC_PMAC) += smp-tbsync.o |