Makefile
changeset 48 d19bdc2c5fff
parent 33 24f1e56e89a0
child 63 89b41dbffe8d
     1.1 --- a/Makefile	Tue Apr 10 16:19:53 2007 +0000
     1.2 +++ b/Makefile	Mon Apr 23 21:03:49 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