diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-18 17:35:04 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-04-18 17:35:04 +0000 |
commit | 2cdae6ce0274dc12f918854c87016d6cd1591501 (patch) | |
tree | 495a7c45f9ba0ab84098850ffde01d731679d8a0 | |
parent | ab7e22eb206bc6daf2cb978ae4f0a4f92db7cdfc (diff) | |
download | crosstool-ng-2cdae6ce0274dc12f918854c87016d6cd1591501.tar.gz crosstool-ng-2cdae6ce0274dc12f918854c87016d6cd1591501.tar.bz2 crosstool-ng-2cdae6ce0274dc12f918854c87016d6cd1591501.zip |
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-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |