diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-26 19:47:03 +0200 |
---|---|---|
committer | Jesper Nilsson <jesper@jni.nu> | 2008-10-13 21:34:55 +0200 |
commit | 8f808417fe211648c0816e28947cdc74eb1e1032 (patch) | |
tree | 6e82c5d049e43d3393c9ef29d3c489033a3a32b5 | |
parent | 404571525db92bafeddb0cf9febb21aac6613dca (diff) | |
download | linux-3.10-8f808417fe211648c0816e28947cdc74eb1e1032.tar.gz linux-3.10-8f808417fe211648c0816e28947cdc74eb1e1032.tar.bz2 linux-3.10-8f808417fe211648c0816e28947cdc74eb1e1032.zip |
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 <adrian.bunk@movial.fi>
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
-rw-r--r-- | arch/cris/Makefile | 2 | ||||
-rw-r--r-- | arch/cris/configs/artpec_3_defconfig (renamed from arch/cris/artpec_3_defconfig) | 0 | ||||
-rw-r--r-- | arch/cris/configs/etrax-100lx_defconfig (renamed from arch/cris/arch-v10/defconfig) | 0 | ||||
-rw-r--r-- | arch/cris/configs/etrax-100lx_v2_defconfig (renamed from arch/cris/defconfig) | 0 | ||||
-rw-r--r-- | arch/cris/configs/etraxfs_defconfig (renamed from arch/cris/etraxfs_defconfig) | 0 |
5 files changed, 2 insertions, 0 deletions
diff --git a/arch/cris/Makefile b/arch/cris/Makefile index 838cd2ae03a..c6f5f5a2ffd 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 index 41fe67409aa..41fe67409aa 100644 --- a/arch/cris/artpec_3_defconfig +++ b/arch/cris/configs/artpec_3_defconfig diff --git a/arch/cris/arch-v10/defconfig b/arch/cris/configs/etrax-100lx_defconfig index 572f1192639..572f1192639 100644 --- a/arch/cris/arch-v10/defconfig +++ b/arch/cris/configs/etrax-100lx_defconfig diff --git a/arch/cris/defconfig b/arch/cris/configs/etrax-100lx_v2_defconfig index 59f36a58f84..59f36a58f84 100644 --- a/arch/cris/defconfig +++ b/arch/cris/configs/etrax-100lx_v2_defconfig diff --git a/arch/cris/etraxfs_defconfig b/arch/cris/configs/etraxfs_defconfig index 73c646a3725..73c646a3725 100644 --- a/arch/cris/etraxfs_defconfig +++ b/arch/cris/configs/etraxfs_defconfig |