aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/Makefile
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2008-05-07 08:58:48 +1000
committerPaul Mackerras <paulus@samba.org>2008-05-12 20:27:50 +1000
commit426e53fcbab76b68524f8f07c2afd7a4340c627a (patch)
tree0991d0abb5d485f3d7010b03ef201716f76cfc5c /arch/ppc/Makefile
parent[POWERPC] Fix default cputable entries for e200 and e500 families (diff)
downloadlinux-dev-426e53fcbab76b68524f8f07c2afd7a4340c627a.tar.xz
linux-dev-426e53fcbab76b68524f8f07c2afd7a4340c627a.zip
[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 <segher@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/Makefile b/arch/ppc/Makefile
index 8df7f0e4c3a6..2352d139b262 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