aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index eb1224c24e3e..064864065753 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -112,7 +112,7 @@ CFLAGS += $(cpu-as-y)
112# Default to the common case. 112# Default to the common case.
113KBUILD_DEFCONFIG := common_defconfig 113KBUILD_DEFCONFIG := common_defconfig
114 114
115head-y := arch/powerpc/kernel/head.o 115head-y := arch/powerpc/kernel/head_32.o
116head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o 116head-$(CONFIG_PPC64) := arch/powerpc/kernel/head_64.o
117head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o 117head-$(CONFIG_8xx) := arch/powerpc/kernel/head_8xx.o
118head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o 118head-$(CONFIG_4xx) := arch/powerpc/kernel/head_4xx.o