summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-02-10 06:38:37 (GMT)
committerAlexey Neyman <stilor@att.net>2018-02-10 06:38:37 (GMT)
commita624244b1525e71489e1e325cc36d8890996c566 (patch)
tree88ea8d9feba58b879b83f6b983c4dc7345a8a201 /kconfig
parent04d910b8267856b345db93a5395212c4f7cd9199 (diff)
Make defconfig (and a bunch of other targets) phony
Otherwise, a file named `defconfig` (which is, ironically, the default name for the default config expected by this very makefile) prevents the defconfig target from being run. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/kconfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk
index ec0cd8a..c489c72 100644
--- a/kconfig/kconfig.mk
+++ b/kconfig/kconfig.mk
@@ -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)