From: Segher Boessenkool Date: Tue, 6 May 2008 22:58:48 +0000 (+1000) Subject: [POWERPC] ppc: Use ebony_defconfig for defconfig X-Git-Tag: v3.12-rc1~20785^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=426e53fcbab76b68524f8f07c2afd7a4340c627a;p=kernel%2Fkernel-generic.git [POWERPC] ppc: Use ebony_defconfig for defconfig We used to use common_defconfig, but it was removed some time ago. Signed-off-by: Segher Boessenkool Signed-off-by: Paul Mackerras --- diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile index 8df7f0e..2352d13 100644 --- a/arch/ppc/Makefile +++ b/arch/ppc/Makefile @@ -43,7 +43,7 @@ KBUILD_AFLAGS += $(cpu-as-y) KBUILD_CFLAGS += $(cpu-as-y) # Default to the common case. -KBUILD_DEFCONFIG := common_defconfig +KBUILD_DEFCONFIG := ebony_defconfig head-y := arch/ppc/kernel/head.o head-$(CONFIG_8xx) := arch/ppc/kernel/head_8xx.o