From a624244b1525e71489e1e325cc36d8890996c566 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 9 Feb 2018 22:38:37 -0800 Subject: 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 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) -- cgit v0.10.2-6-g49f6