From: Adrian Bunk Date: Tue, 26 Feb 2008 17:47:03 +0000 (+0200) Subject: CRIS: proper defconfig setup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8f808417fe211648c0816e28947cdc74eb1e1032;p=linux-beck.git CRIS: proper defconfig setup This patch moves the cris defconfigs to arch/cris/configs/ where they belong. As a side effect they can now be used directly through e.g. make ARCH=cris artpec_3_defconfig The default defconfig is set through KBUILD_DEFCONFIG. Signed-off-by: Adrian Bunk Signed-off-by: Jesper Nilsson --- diff --git a/arch/cris/Makefile b/arch/cris/Makefile index 838cd2ae03ae..c6f5f5a2ffdf 100644 --- a/arch/cris/Makefile +++ b/arch/cris/Makefile @@ -10,6 +10,8 @@ # License. See the file "COPYING" in the main directory of this archive # for more details. +KBUILD_DEFCONFIG := etrax-100lx_v2_defconfig + arch-y := v10 arch-$(CONFIG_ETRAX_ARCH_V10) := v10 arch-$(CONFIG_ETRAX_ARCH_V32) := v32 diff --git a/arch/cris/artpec_3_defconfig b/arch/cris/configs/artpec_3_defconfig similarity index 100% rename from arch/cris/artpec_3_defconfig rename to arch/cris/configs/artpec_3_defconfig diff --git a/arch/cris/arch-v10/defconfig b/arch/cris/configs/etrax-100lx_defconfig similarity index 100% rename from arch/cris/arch-v10/defconfig rename to arch/cris/configs/etrax-100lx_defconfig diff --git a/arch/cris/defconfig b/arch/cris/configs/etrax-100lx_v2_defconfig similarity index 100% rename from arch/cris/defconfig rename to arch/cris/configs/etrax-100lx_v2_defconfig diff --git a/arch/cris/etraxfs_defconfig b/arch/cris/configs/etraxfs_defconfig similarity index 100% rename from arch/cris/etraxfs_defconfig rename to arch/cris/configs/etraxfs_defconfig