Merge pull request #909 from stilor/make-defconfig-phony

Make defconfig (and a bunch of other targets) phony
This commit is contained in:
Alexey Neyman 2018-02-09 22:44:37 -08:00 committed by GitHub
commit a3e1adbe71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,8 @@ NCONF := $(CT_LIB_DIR)/kconfig/nconf
# Used by conf/mconf/nconf to find the .in files
export srctree=$(CT_LIB_DIR)
.PHONY: menuconfig nconfig oldconfig savedefconfig defconfig
menuconfig:
@$(CT_ECHO) " CONF $@"
$(SILENT)$(MCONF) $(KCONFIG_TOP)