diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-17 23:43:34 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-17 23:43:34 -0500 |
commit | 437a58db57c61385baaa1cb8b7fa590b6a2f1607 (patch) | |
tree | 3b25862dccdfd891b0d8582ff7b98b1db9f197f7 /arch/powerpc/Makefile | |
parent | f62859bb6871c5e4a8e591c60befc8caaf54db8c (diff) |
powerpc: Move remaining .c files from arch/ppc64 to arch/powerpc
This also deletes the now-unused Makefiles under arch/ppc64.
Both of the files moved over could use some merging, but for now I
have moved them as-is and arranged for them to be used only in 64-bit
kernels. For 32-bit kernels we still use arch/ppc/kernel/idle.c and
drivers/char/generic_nvram.c as before.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 99dbea8c5c50..987036b60c88 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -125,11 +125,11 @@ head-$(CONFIG_PPC64) += arch/powerpc/kernel/entry_64.o | |||
125 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o | 125 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o |
126 | 126 | ||
127 | core-y += arch/powerpc/kernel/ \ | 127 | core-y += arch/powerpc/kernel/ \ |
128 | arch/$(OLDARCH)/kernel/ \ | ||
129 | arch/powerpc/mm/ \ | 128 | arch/powerpc/mm/ \ |
130 | arch/powerpc/lib/ \ | 129 | arch/powerpc/lib/ \ |
131 | arch/powerpc/sysdev/ \ | 130 | arch/powerpc/sysdev/ \ |
132 | arch/powerpc/platforms/ | 131 | arch/powerpc/platforms/ |
132 | core-$(CONFIG_PPC32) += arch/ppc/kernel/ | ||
133 | core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ | 133 | core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ |
134 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ | 134 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ |
135 | core-$(CONFIG_APUS) += arch/ppc/amiga/ | 135 | core-$(CONFIG_APUS) += arch/ppc/amiga/ |
@@ -165,7 +165,7 @@ define archhelp | |||
165 | @echo ' (your) ~/bin/installkernel or' | 165 | @echo ' (your) ~/bin/installkernel or' |
166 | @echo ' (distribution) /sbin/installkernel or' | 166 | @echo ' (distribution) /sbin/installkernel or' |
167 | @echo ' install to $$(INSTALL_PATH) and run lilo' | 167 | @echo ' install to $$(INSTALL_PATH) and run lilo' |
168 | @echo ' *_defconfig - Select default config from arch/$(ARCH)/ppc/configs' | 168 | @echo ' *_defconfig - Select default config from arch/$(ARCH)/configs' |
169 | endef | 169 | endef |
170 | 170 | ||
171 | archclean: | 171 | archclean: |