From c9dad337289153ee70d4ed264cf628f22f6ec2bb Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 22 Apr 2017 23:33:36 -0700 Subject: Use config from the install location ... no need to create a local symlink. Signed-off-by: Alexey Neyman --- config/config.mk | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 config/config.mk (limited to 'config') diff --git a/config/config.mk b/config/config.mk deleted file mode 100644 index e0ca3d23..00000000 --- a/config/config.mk +++ /dev/null @@ -1,27 +0,0 @@ -#----------------------------------------------------------- -# List all config files - -# The top-level config file to be used be configurators -# We need it to savedefconfig in scripts/saveSample.sh -export KCONFIG_TOP = config/config.in - -# Build the list of all source config files -STATIC_CONFIG_FILES = $(patsubst $(CT_LIB_DIR)/%,%,$(shell find $(CT_LIB_DIR)/config -type f \( -name '*.in' -o -name '*.in.2' \) 2>/dev/null)) -# ... and how to access them: -$(STATIC_CONFIG_FILES): config - -# Helper entry for the configurators -PHONY += config_files -config_files: $(STATIC_CONFIG_FILES) $(GEN_CONFIG_FILES) - -# Where to access to the source config files from -config: - @$(CT_ECHO) " LN config" - $(SILENT)ln -s $(CT_LIB_DIR)/config config - -#----------------------------------------------------------- -# Cleaning up the mess... - -clean:: - @$(CT_ECHO) " CLEAN config" - $(SILENT)rm -f config 2>/dev/null || true -- cgit v1.2.3