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 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 11db5d195..615ee3e9d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -451,7 +451,7 @@ allnoconfig: $(conf) $(Q)$< -n extra/Configs/Config.in defconfig: $(conf) - $(Q)$< -D extra/Configs/defconfigs/$(ARCH) extra/Configs/Config.in + $(Q)$< -D extra/Configs/defconfigs/$(ARCH)/$@ extra/Configs/Config.in menuconfig-clean-y: $(Q)$(MAKE) -C extra/config CLEAN_extra/config -- cgit v1.2.3