From 022f9268854e88adcc343de77a440d6e82f74c2e Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 26 Feb 2008 21:54:46 +0200 Subject: [PATCH] [IA64] move defconfig to arch/ia64/configs/ This patch moves the default ia64 defconfig to arch/ia64/configs/generic_defconfig where it belongs and selects it as the default defconfig through KBUILD_DEFCONFIG. Signed-off-by: Adrian Bunk Signed-off-by: Tony Luck --- arch/ia64/Makefile | 2 ++ arch/ia64/{defconfig => configs/generic_defconfig} | 0 2 files changed, 2 insertions(+) rename arch/ia64/{defconfig => configs/generic_defconfig} (100%) diff --git a/arch/ia64/Makefile b/arch/ia64/Makefile index b916ccf..f1645c4 100644 --- a/arch/ia64/Makefile +++ b/arch/ia64/Makefile @@ -11,6 +11,8 @@ # Copyright (C) 1998-2004 by David Mosberger-Tang # +KBUILD_DEFCONFIG := generic_defconfig + NM := $(CROSS_COMPILE)nm -B READELF := $(CROSS_COMPILE)readelf diff --git a/arch/ia64/defconfig b/arch/ia64/configs/generic_defconfig similarity index 100% rename from arch/ia64/defconfig rename to arch/ia64/configs/generic_defconfig -- 2.7.4