diff options
-rw-r--r-- | kconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile index fa767e91..a98092ce 100644 --- a/kconfig/Makefile +++ b/kconfig/Makefile @@ -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:: |