summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2011-10-25 06:44:11 +0200
committerCarmelo Amoroso <carmelo.amoroso@st.com>2011-10-25 06:44:11 +0200
commiteee423c9ed211267a47ca995cd0238ab5d1ece72 (patch)
treeff78012b4c982710d174ada4dffe9aef35d21525 /Makefile.in
parent4ba7f26cb93996caa7005e9fcbff3628af8b6d4b (diff)
config: revise defconfigs strategy
Revise the way defconfigs are defined, by renaming them from defconfigs/<arch> to defconfigs/<arch>/defconfig. It allows to have multiple defconfigs per arch. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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