diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2008-05-07 08:58:48 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-05-12 20:27:50 +1000 |
commit | 426e53fcbab76b68524f8f07c2afd7a4340c627a (patch) | |
tree | 0991d0abb5d485f3d7010b03ef201716f76cfc5c /arch/ppc | |
parent | 516c8be3a93ec2b0746ba0907f38c1d1e62f4992 (diff) |
[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 'arch/ppc')
-rw-r--r-- | arch/ppc/Makefile | 2 |
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 |