From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from snail.fsffrance.org (eucd.info [88.191.250.43]) by ozlabs.org (Postfix) with ESMTP id 2DE59DDEDE for ; Wed, 7 May 2008 08:58:57 +1000 (EST) From: Segher Boessenkool To: linuxppc-dev@ozlabs.org Subject: [PATCH 1/3] ppc: Use ebony_defconfig for defconfig Date: Wed, 7 May 2008 00:58:48 +0200 Message-Id: In-Reply-To: <1210114730-5047-1-git-send-email-segher@kernel.crashing.org> References: <1210114730-5047-1-git-send-email-segher@kernel.crashing.org> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , We used to use common_defconfig, but it was removed some time ago. Signed-off-by: Segher Boessenkool --- arch/ppc/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.5.5.23.g2a5f.dirty