Commit b595953f authored by Tom Rini's avatar Tom Rini Committed by Linus Torvalds

[PATCH] ppc32: Switch to KBUILD_DEFCONFIG

The following patch switches ppc32 from using arch/ppc/defconfig to
arch/ppc/configs/common_defconfig as a defconfig.  These files are supposed
to be identical, but always end up out of sync.  This also updates the
common_defconfig with current options.
Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 221df77a
......@@ -42,6 +42,9 @@ cpu-as-$(CONFIG_E500) += -Wa,-me500
AFLAGS += $(cpu-as-y)
CFLAGS += $(cpu-as-y)
# Default to the common case.
KBUILD_DEFCONFIG := common_defconfig
head-y := arch/ppc/kernel/head.o
head-$(CONFIG_8xx) := arch/ppc/kernel/head_8xx.o
head-$(CONFIG_4xx) := arch/ppc/kernel/head_4xx.o
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment