Merge pull request #1470 from antmak/patch-1

Make `ct-ng oldconfig` work again after kconfig updating
This commit is contained in:
Chris Packham 2021-03-18 15:18:27 +13:00 committed by GitHub
commit 572ebc6b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 $@"