diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-10-25 06:44:11 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2011-10-25 06:44:11 +0200 |
commit | eee423c9ed211267a47ca995cd0238ab5d1ece72 (patch) | |
tree | ff78012b4c982710d174ada4dffe9aef35d21525 /Makefile.in | |
parent | 4ba7f26cb93996caa7005e9fcbff3628af8b6d4b (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.in | 2 |
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 |