aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-03-27 03:28:58 -0500
committerPaul Mackerras <paulus@samba.org>2006-03-27 03:28:58 -0500
commited981856ca8af30912fd61a6a4ac8d30a453a5ec (patch)
tree7297090fc4c5445422be9a1f86e95c2e899881b1 /arch/ppc/kernel/Makefile
parent45320bcbabfa9149f43a5beb4b9a4f108dd98929 (diff)
powerpc: Move module.c over to arch/powerpc
... and rename it to module_32.c since it is the 32-bit version. The 32-bit and 64-bit ABIs are sufficiently different that having a merged version isn't really practical. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/kernel/Makefile')
-rw-r--r--arch/ppc/kernel/Makefile3
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
13obj-y := entry.o traps.o time.o misc.o \ 13obj-y := entry.o traps.o time.o misc.o \
14 setup.o \ 14 setup.o \
15 ppc_htab.o 15 ppc_htab.o
16obj-$(CONFIG_MODULES) += module.o ppc_ksyms.o 16obj-$(CONFIG_MODULES) += ppc_ksyms.o
17obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o 17obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o
18obj-$(CONFIG_PCI) += pci.o 18obj-$(CONFIG_PCI) += pci.o
19obj-$(CONFIG_RAPIDIO) += rio.o 19obj-$(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
33else 33else
34obj-$(CONFIG_MODULES) += module.o
35obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o 34obj-$(CONFIG_NOT_COHERENT_CACHE) += dma-mapping.o
36obj-$(CONFIG_KGDB) += ppc-stub.o 35obj-$(CONFIG_KGDB) += ppc-stub.o
37ifndef CONFIG_E200 36ifndef CONFIG_E200