diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-10 08:25:26 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-10 08:25:26 -0400 |
commit | daec962e27490be4fae9ab5a51d0c17f6e638715 (patch) | |
tree | 86044d794f5406dcdcca5e6827607782d7c27ab1 /arch/powerpc/Makefile | |
parent | b3b8dc6c07cecc1f8d52d03f677206bdf9f794c9 (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/Makefile | 15 |
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 | |||
124 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o | 124 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o |
125 | endif | 125 | endif |
126 | 126 | ||
127 | core-y += arch/powerpc/kernel/ | 127 | core-y += arch/powerpc/kernel/ \ |
128 | core-y += arch/$(OLDARCH)/kernel/ | 128 | arch/$(OLDARCH)/kernel/ \ |
129 | core-$(CONFIG_PPC32) += arch/powerpc/mm/ | 129 | arch/powerpc/mm/ \ |
130 | core-$(CONFIG_PPC64) += arch/$(OLDARCH)/mm/ | 130 | arch/powerpc/lib/ \ |
131 | core-$(CONFIG_PPC32) += arch/powerpc/lib/ | 131 | arch/powerpc/sysdev/ \ |
132 | libs-$(CONFIG_PPC64) += arch/$(OLDARCH)/lib/ | 132 | arch/powerpc/platforms/ |
133 | core-y += arch/powerpc/sysdev/ | ||
134 | core-y += arch/powerpc/platforms/ | ||
135 | core-$(CONFIG_PPC32) += arch/ppc/syslib/ | ||
136 | core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ | 133 | core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ |
137 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ | 134 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ |
138 | core-$(CONFIG_APUS) += arch/ppc/amiga/ | 135 | core-$(CONFIG_APUS) += arch/ppc/amiga/ |