summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorantmak <anton@espressif.com>2021-03-17 10:58:04 (GMT)
committerGitHub <noreply@github.com>2021-03-17 10:58:04 (GMT)
commite537c2d81fcb3645713c96aea2003c19353277a1 (patch)
tree20b6092f858806673352a6b4fdbcbdffaf9dd10c /ct-ng.in
parent2d4a8cf95e239849765d02385496bd2a5bbe2c94 (diff)
Make `ct-ng oldconfig` work again after kconfig updating
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 2fad224..0be52ad 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -129,7 +129,7 @@ menuconfig nconfig: check-config
oldconfig: .config check-config
@$(CT_ECHO) " CONF $@"
@$(bash) $(CT_LIB_DIR)/scripts/version-check.sh .config
- $(SILENT)$(CONF) --silent$@ $(KCONFIG_TOP)
+ $(SILENT)$(CONF) --syncconfig $(KCONFIG_TOP)
olddefconfig: .config check-config
@$(CT_ECHO) " CONF $@"