summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras2006-03-27 10:28:58 +0200
committerPaul Mackerras2006-03-27 10:28:58 +0200
commited981856ca8af30912fd61a6a4ac8d30a453a5ec (patch)
tree7297090fc4c5445422be9a1f86e95c2e899881b1 /arch/powerpc/kernel/Makefile
parentpowerpc: Move swsusp.S over to arch/powerpc (diff)
downloadkernel-qcow2-linux-ed981856ca8af30912fd61a6a4ac8d30a453a5ec.tar.gz
kernel-qcow2-linux-ed981856ca8af30912fd61a6a4ac8d30a453a5ec.tar.xz
kernel-qcow2-linux-ed981856ca8af30912fd61a6a4ac8d30a453a5ec.zip
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/powerpc/kernel/Makefile')
-rw-r--r--arch/powerpc/kernel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile
index 754c227835bb..b86d380f01b4 100644
--- a/arch/powerpc/kernel/Makefile
+++ b/arch/powerpc/kernel/Makefile
@@ -36,6 +36,8 @@ obj64-$(CONFIG_PPC_MULTIPLATFORM) += nvram_64.o
obj-$(CONFIG_CRASH_DUMP) += crash_dump.o
obj-$(CONFIG_6xx) += idle_6xx.o l2cr_6xx.o cpu_setup_6xx.o
obj-$(CONFIG_TAU) += tau_6xx.o
+obj32-$(CONFIG_SOFTWARE_SUSPEND) += swsusp_32.o
+obj32-$(CONFIG_MODULES) += module_32.o
ifeq ($(CONFIG_PPC_MERGE),y)
@@ -78,6 +80,7 @@ smpobj-$(CONFIG_SMP) += smp.o
endif
+obj-$(CONFIG_PPC32) += $(obj32-y)
obj-$(CONFIG_PPC64) += $(obj64-y)
extra-$(CONFIG_PPC_FPU) += fpu.o