summaryrefslogtreecommitdiff
path: root/kconfig/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/Makefile')
-rw-r--r--kconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index fa767e9..a98092c 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::