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.
This commit is contained in:
Yann E. MORIN" 2007-04-18 17:35:04 +00:00
parent ab7e22eb20
commit 2cdae6ce02

View File

@ -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