aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 064864065753..a4c605f469d4 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -124,15 +124,12 @@ head-$(CONFIG_6xx) += arch/powerpc/kernel/idle_6xx.o
124head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o 124head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o
125endif 125endif
126 126
127core-y += arch/powerpc/kernel/ 127core-y += arch/powerpc/kernel/ \
128core-y += arch/$(OLDARCH)/kernel/ 128 arch/$(OLDARCH)/kernel/ \
129core-$(CONFIG_PPC32) += arch/powerpc/mm/ 129 arch/powerpc/mm/ \
130core-$(CONFIG_PPC64) += arch/$(OLDARCH)/mm/ 130 arch/powerpc/lib/ \
131core-$(CONFIG_PPC32) += arch/powerpc/lib/ 131 arch/powerpc/sysdev/ \
132libs-$(CONFIG_PPC64) += arch/$(OLDARCH)/lib/ 132 arch/powerpc/platforms/
133core-y += arch/powerpc/sysdev/
134core-y += arch/powerpc/platforms/
135core-$(CONFIG_PPC32) += arch/ppc/syslib/
136core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ 133core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/
137core-$(CONFIG_XMON) += arch/powerpc/xmon/ 134core-$(CONFIG_XMON) += arch/powerpc/xmon/
138core-$(CONFIG_APUS) += arch/ppc/amiga/ 135core-$(CONFIG_APUS) += arch/ppc/amiga/