diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-27 15:06:14 -0500 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-28 09:33:10 -0500 |
| commit | c42f3ad7f1bf17f31c3febdc71034ed6d793d40f (patch) | |
| tree | 5a56c44717cf8fe4a5f402370506e5fbb78368e4 /arch/ppc/Makefile | |
| parent | 3155f7f23f7865e64f7eb14e226a2dff8197e51f (diff) | |
[PPC] Remove 85xx from arch/ppc
85xx exists in arch/powerpc as well as cuImage support to boot from
a u-boot that doesn't support device trees.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/ppc/Makefile')
| -rw-r--r-- | arch/ppc/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index a4fef18075ff..8df7f0e4c3a6 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile | |||
| @@ -36,14 +36,8 @@ LINUXINCLUDE += -Iarch/$(ARCH)/include | |||
| 36 | 36 | ||
| 37 | CHECKFLAGS += -D__powerpc__ | 37 | CHECKFLAGS += -D__powerpc__ |
| 38 | 38 | ||
| 39 | ifndef CONFIG_FSL_BOOKE | ||
| 40 | KBUILD_CFLAGS += -mstring | ||
| 41 | endif | ||
| 42 | |||
| 43 | cpu-as-$(CONFIG_4xx) += -Wa,-m405 | 39 | cpu-as-$(CONFIG_4xx) += -Wa,-m405 |
| 44 | cpu-as-$(CONFIG_6xx) += -Wa,-maltivec | 40 | cpu-as-$(CONFIG_6xx) += -Wa,-maltivec |
| 45 | cpu-as-$(CONFIG_E500) += -Wa,-me500 | ||
| 46 | cpu-as-$(CONFIG_E200) += -Wa,-me200 | ||
| 47 | 41 | ||
| 48 | KBUILD_AFLAGS += $(cpu-as-y) | 42 | KBUILD_AFLAGS += $(cpu-as-y) |
| 49 | KBUILD_CFLAGS += $(cpu-as-y) | 43 | KBUILD_CFLAGS += $(cpu-as-y) |
| @@ -55,7 +49,6 @@ head-y := arch/ppc/kernel/head.o | |||
| 55 | head-$(CONFIG_8xx) := arch/ppc/kernel/head_8xx.o | 49 | head-$(CONFIG_8xx) := arch/ppc/kernel/head_8xx.o |
| 56 | head-$(CONFIG_4xx) := arch/ppc/kernel/head_4xx.o | 50 | head-$(CONFIG_4xx) := arch/ppc/kernel/head_4xx.o |
| 57 | head-$(CONFIG_44x) := arch/ppc/kernel/head_44x.o | 51 | head-$(CONFIG_44x) := arch/ppc/kernel/head_44x.o |
| 58 | head-$(CONFIG_FSL_BOOKE) := arch/ppc/kernel/head_fsl_booke.o | ||
| 59 | 52 | ||
| 60 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o | 53 | head-$(CONFIG_PPC_FPU) += arch/powerpc/kernel/fpu.o |
| 61 | 54 | ||
| @@ -65,7 +58,6 @@ core-y += arch/ppc/kernel/ arch/powerpc/kernel/ \ | |||
| 65 | arch/ppc/syslib/ arch/powerpc/sysdev/ \ | 58 | arch/ppc/syslib/ arch/powerpc/sysdev/ \ |
| 66 | arch/powerpc/lib/ | 59 | arch/powerpc/lib/ |
| 67 | core-$(CONFIG_4xx) += arch/ppc/platforms/4xx/ | 60 | core-$(CONFIG_4xx) += arch/ppc/platforms/4xx/ |
| 68 | core-$(CONFIG_85xx) += arch/ppc/platforms/85xx/ | ||
| 69 | core-$(CONFIG_MATH_EMULATION) += arch/powerpc/math-emu/ | 61 | core-$(CONFIG_MATH_EMULATION) += arch/powerpc/math-emu/ |
| 70 | core-$(CONFIG_XMON) += arch/ppc/xmon/ | 62 | core-$(CONFIG_XMON) += arch/ppc/xmon/ |
| 71 | drivers-$(CONFIG_8xx) += arch/ppc/8xx_io/ | 63 | drivers-$(CONFIG_8xx) += arch/ppc/8xx_io/ |
