diff options
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r-- | arch/powerpc/kernel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/Makefile b/arch/powerpc/kernel/Makefile index 06d618e52f8e..344cab678c6a 100644 --- a/arch/powerpc/kernel/Makefile +++ b/arch/powerpc/kernel/Makefile | |||
@@ -10,7 +10,7 @@ CFLAGS_prom_init.o += -fPIC | |||
10 | CFLAGS_btext.o += -fPIC | 10 | CFLAGS_btext.o += -fPIC |
11 | endif | 11 | endif |
12 | 12 | ||
13 | extra-$(CONFIG_PPC_STD_MMU) := head.o | 13 | extra-$(CONFIG_PPC_STD_MMU) := head_32.o |
14 | extra-$(CONFIG_PPC64) := head_64.o | 14 | extra-$(CONFIG_PPC64) := head_64.o |
15 | extra-$(CONFIG_40x) := head_4xx.o | 15 | extra-$(CONFIG_40x) := head_4xx.o |
16 | extra-$(CONFIG_44x) := head_44x.o | 16 | extra-$(CONFIG_44x) := head_44x.o |
@@ -21,7 +21,7 @@ extra-$(CONFIG_PPC_FPU) += fpu.o | |||
21 | extra-y += vmlinux.lds | 21 | extra-y += vmlinux.lds |
22 | 22 | ||
23 | obj-y := traps.o prom.o semaphore.o | 23 | obj-y := traps.o prom.o semaphore.o |
24 | obj-$(CONFIG_PPC32) += setup.o process.o | 24 | obj-$(CONFIG_PPC32) += setup_32.o process.o |
25 | obj-$(CONFIG_PPC64) += idle_power4.o | 25 | obj-$(CONFIG_PPC64) += idle_power4.o |
26 | ifeq ($(CONFIG_PPC32),y) | 26 | ifeq ($(CONFIG_PPC32),y) |
27 | obj-$(CONFIG_PPC_OF) += prom_init.o of_device.o | 27 | obj-$(CONFIG_PPC_OF) += prom_init.o of_device.o |