[POWERPC] ppc: Use ebony_defconfig for defconfig
authorSegher Boessenkool <segher@kernel.crashing.org>
Tue, 6 May 2008 22:58:48 +0000 (08:58 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 12 May 2008 10:27:50 +0000 (20:27 +1000)
We used to use common_defconfig, but it was removed some time ago.

Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/Makefile

index 8df7f0e..2352d13 100644 (file)
@@ -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