summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-18 17:35:04 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-04-18 17:35:04 (GMT)
commit2cdae6ce0274dc12f918854c87016d6cd1591501 (patch)
tree495a7c45f9ba0ab84098850ffde01d731679d8a0
parentab7e22eb206bc6daf2cb978ae4f0a4f92db7cdfc (diff)
Maybe one time we'll have subdirs in the config/ directory: find all dependencies for .config.
Remove never used include (was commented out anyway). Might come back later when we play with canadian-crosses.
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1d49a4b..9ca5dad 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,6 @@ help::
@echo
include $(CT_TOP_DIR)/kconfig/Makefile
-#include $(CT_TOP_DIR)/samples/Makefile
help::
@echo 'Build targets:'
@@ -27,7 +26,7 @@ help::
include $(CT_TOP_DIR)/tools/Makefile
-.config: config/*.in
+.config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in')
@make menuconfig
@# Because exiting menuconfig without saving is not an error to menuconfig
@test -f .config