Maybe one time we'll have subdirs in the config/ directory: find all dependencies for .config.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Apr 18 17:35:04 2007 +0000 (2007-04-18)
changeset 441bfe65e14402
parent 43 f3b4bb1e501b
child 45 42faddd0098a
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.
Makefile
     1.1 --- a/Makefile	Wed Apr 18 17:32:55 2007 +0000
     1.2 +++ b/Makefile	Wed Apr 18 17:35:04 2007 +0000
     1.3 @@ -17,7 +17,6 @@
     1.4  	@echo
     1.5  
     1.6  include $(CT_TOP_DIR)/kconfig/Makefile
     1.7 -#include $(CT_TOP_DIR)/samples/Makefile
     1.8  
     1.9  help::
    1.10  	@echo  'Build targets:'
    1.11 @@ -27,7 +26,7 @@
    1.12  
    1.13  include $(CT_TOP_DIR)/tools/Makefile
    1.14  
    1.15 -.config: config/*.in
    1.16 +.config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in')
    1.17  	@make menuconfig
    1.18  	@# Because exiting menuconfig without saving is not an error to menuconfig
    1.19  	@test -f .config