mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
Merge pull request #909 from stilor/make-defconfig-phony
Make defconfig (and a bunch of other targets) phony
This commit is contained in:
commit
a3e1adbe71
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user