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/h8300 | 1 - extra/Configs/defconfigs/h8300/defconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 extra/Configs/defconfigs/h8300 create mode 100644 extra/Configs/defconfigs/h8300/defconfig (limited to 'extra/Configs/defconfigs/h8300') diff --git a/extra/Configs/defconfigs/h8300 b/extra/Configs/defconfigs/h8300 deleted file mode 100644 index 66c4a33b3..000000000 --- a/extra/Configs/defconfigs/h8300 +++ /dev/null @@ -1 +0,0 @@ -TARGET_h8300=y diff --git a/extra/Configs/defconfigs/h8300/defconfig b/extra/Configs/defconfigs/h8300/defconfig new file mode 100644 index 000000000..66c4a33b3 --- /dev/null +++ b/extra/Configs/defconfigs/h8300/defconfig @@ -0,0 +1 @@ +TARGET_h8300=y -- cgit v1.2.3