diff options
Diffstat (limited to 'arch/ppc/kernel/Makefile')
-rw-r--r-- | arch/ppc/kernel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc/kernel/Makefile b/arch/ppc/kernel/Makefile index 8ac1dd958415..e55d7ee17957 100644 --- a/arch/ppc/kernel/Makefile +++ b/arch/ppc/kernel/Makefile | |||
@@ -13,7 +13,7 @@ extra-y += vmlinux.lds | |||
13 | obj-y := entry.o traps.o time.o misc.o \ | 13 | obj-y := entry.o traps.o time.o misc.o \ |
14 | setup.o \ | 14 | setup.o \ |
15 | ppc_htab.o | 15 | ppc_htab.o |
16 | obj-$(CONFIG_MODULES) += module.o ppc_ksyms.o | 16 | obj-$(CONFIG_MODULES) += ppc_ksyms.o |
17 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o | 17 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o |
18 | obj-$(CONFIG_PCI) += pci.o | 18 | obj-$(CONFIG_PCI) += pci.o |
19 | obj-$(CONFIG_RAPIDIO) += rio.o | 19 | obj-$(CONFIG_RAPIDIO) += rio.o |
@@ -31,7 +31,6 @@ endif | |||
31 | # These are here while we do the architecture merge | 31 | # These are here while we do the architecture merge |
32 | 32 | ||
33 | else | 33 | else |
34 | obj-$(CONFIG_MODULES) += module.o | ||
35 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o | 34 | obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o |
36 | obj-$(CONFIG_KGDB) += ppc-stub.o | 35 | obj-$(CONFIG_KGDB) += ppc-stub.o |
37 | ifndef CONFIG_E200 | 36 | ifndef CONFIG_E200 |