Answer default values when doing a defoldconfig.

This commit is contained in:
Yann E. MORIN" 2007-06-16 20:47:58 +00:00
parent 5486810b76
commit eefa05172a

View File

@ -55,7 +55,7 @@ oldconfig: $(obj)/conf $(GEN_CONFIG_FILES)
@$< -s $(KCONFIG_TOP)
defoldconfig:$(obj)/conf $(GEN_CONFIG_FILES)
@$< -s $(KCONFIG_TOP) >/dev/null
@yes "" |$< -s $(KCONFIG_TOP) >/dev/null
# Help text used by make help
help::