From eee423c9ed211267a47ca995cd0238ab5d1ece72 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Tue, 25 Oct 2011 06:44:11 +0200 Subject: config: revise defconfigs strategy Revise the way defconfigs are defined, by renaming them from defconfigs/ to defconfigs//defconfig. It allows to have multiple defconfigs per arch. Signed-off-by: Carmelo Amoroso --- extra/Configs/defconfigs/sh | 1 - extra/Configs/defconfigs/sh/defconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 extra/Configs/defconfigs/sh create mode 100644 extra/Configs/defconfigs/sh/defconfig (limited to 'extra/Configs/defconfigs/sh') diff --git a/extra/Configs/defconfigs/sh b/extra/Configs/defconfigs/sh deleted file mode 100644 index 650d280e0..000000000 --- a/extra/Configs/defconfigs/sh +++ /dev/null @@ -1 +0,0 @@ -TARGET_sh=y diff --git a/extra/Configs/defconfigs/sh/defconfig b/extra/Configs/defconfigs/sh/defconfig new file mode 100644 index 000000000..650d280e0 --- /dev/null +++ b/extra/Configs/defconfigs/sh/defconfig @@ -0,0 +1 @@ +TARGET_sh=y -- cgit v1.2.3