# HG changeset patch # User "Yann E. MORIN" # Date 1176917704 0 # Node ID 1bfe65e14402caa5603b6cc9cc2c22257dad5025 # Parent f3b4bb1e501bb83255b40a36c98c32e7158ae70a 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. diff -r f3b4bb1e501b -r 1bfe65e14402 Makefile --- a/Makefile Wed Apr 18 17:32:55 2007 +0000 +++ b/Makefile Wed Apr 18 17:35:04 2007 +0000 @@ -17,7 +17,6 @@ @echo include $(CT_TOP_DIR)/kconfig/Makefile -#include $(CT_TOP_DIR)/samples/Makefile help:: @echo 'Build targets:' @@ -27,7 +26,7 @@ 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