aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-10 08:25:26 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-10 08:25:26 -0400
commitdaec962e27490be4fae9ab5a51d0c17f6e638715 (patch)
tree86044d794f5406dcdcca5e6827607782d7c27ab1 /arch/powerpc/Makefile
parentb3b8dc6c07cecc1f8d52d03f677206bdf9f794c9 (diff)
powerpc: Use arch/powerpc/mm and arch/powerpc/lib for 64-bit
This also puts a copy of indirect_pci.c in arch/powerpc/sysdev so that we don't need to build in arch/ppc/syslib. Signed-off-by: Paul Mackerras <paulus@samba.org>
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/