summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7407997..0468390 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ include $(CT_TOP_DIR)/tools/Makefile
help::
@echo 'Execute "make" or "make all" to build all targets marked with [*]'
-.config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in')
+.config: $(CONFIG_FILES) $(CT_TOP_DIR)/config/debug.in
@make oldconfig
# Actual build