mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 00:56:17 +00:00
Fix oldconfig and defoldconfig.
Thanks Thomas Petazzoni for noticing the breakage. /trunk/kconfig/kconfig.mk | 4 2 2 0 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
parent
ffd86b4a72
commit
c54f4302cd
@ -187,10 +187,10 @@ config.gen/debug.in: $(DEBUG_CONFIG_FILES)
|
||||
menuconfig: $(obj)/mconf $(CONFIG_FILES)
|
||||
$(SILENT)$< $(KCONFIG_TOP)
|
||||
|
||||
oldconfig: .config $(obj)/conf $(CONFIG_FILES)
|
||||
oldconfig: $(obj)/conf .config $(CONFIG_FILES)
|
||||
$(SILENT)$< -s $(KCONFIG_TOP)
|
||||
|
||||
defoldconfig: .config $(obj)/conf $(CONFIG_FILES)
|
||||
defoldconfig: $(obj)/conf .config $(CONFIG_FILES)
|
||||
$(SILENT)yes "" |$< -s $(KCONFIG_TOP)
|
||||
|
||||
#-----------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user