diff options
author | antmak <anton@espressif.com> | 2021-03-17 17:58:04 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 17:58:04 +0700 |
commit | e537c2d81fcb3645713c96aea2003c19353277a1 (patch) | |
tree | 20b6092f858806673352a6b4fdbcbdffaf9dd10c /ct-ng.in | |
parent | 2d4a8cf95e239849765d02385496bd2a5bbe2c94 (diff) | |
download | crosstool-ng-e537c2d81fcb3645713c96aea2003c19353277a1.tar.gz crosstool-ng-e537c2d81fcb3645713c96aea2003c19353277a1.tar.bz2 crosstool-ng-e537c2d81fcb3645713c96aea2003c19353277a1.zip |
Make `ct-ng oldconfig` work again after kconfig updating
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@" |