aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/Makefile')
-rw-r--r--arch/powerpc/kernel/Makefile4
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
10CFLAGS_btext.o += -fPIC 10CFLAGS_btext.o += -fPIC
11endif 11endif
12 12
13extra-$(CONFIG_PPC_STD_MMU) := head.o 13extra-$(CONFIG_PPC_STD_MMU) := head_32.o
14extra-$(CONFIG_PPC64) := head_64.o 14extra-$(CONFIG_PPC64) := head_64.o
15extra-$(CONFIG_40x) := head_4xx.o 15extra-$(CONFIG_40x) := head_4xx.o
16extra-$(CONFIG_44x) := head_44x.o 16extra-$(CONFIG_44x) := head_44x.o
@@ -21,7 +21,7 @@ extra-$(CONFIG_PPC_FPU) += fpu.o
21extra-y += vmlinux.lds 21extra-y += vmlinux.lds
22 22
23obj-y := traps.o prom.o semaphore.o 23obj-y := traps.o prom.o semaphore.o
24obj-$(CONFIG_PPC32) += setup.o process.o 24obj-$(CONFIG_PPC32) += setup_32.o process.o
25obj-$(CONFIG_PPC64) += idle_power4.o 25obj-$(CONFIG_PPC64) += idle_power4.o
26ifeq ($(CONFIG_PPC32),y) 26ifeq ($(CONFIG_PPC32),y)
27obj-$(CONFIG_PPC_OF) += prom_init.o of_device.o 27obj-$(CONFIG_PPC_OF) += prom_init.o of_device.o