From 2cdae6ce0274dc12f918854c87016d6cd1591501 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 18 Apr 2007 17:35:04 +0000 Subject: 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 --git a/Makefile b/Makefile index 1d49a4b..9ca5dad 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v0.10.2-6-g49f6