summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-07 09:04:02 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-07 09:04:02 (GMT)
commit58b4c6d0a44d57b15d7857ecb27711a2224949e9 (patch)
treea44e1c3fbeac57ff5601b1cbd1400172b3c64bbe /Makefile
parent45e6df196be73e799e220810f9c48f8884d1049c (diff)
Merge the save-sample branch to trunk:
- reorder most of the environment setup, - geting, extracting and patching are now components' sub-actions, - save the current config as a sample to be used as a pre-configured target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ca5dad..fa6e2da 100644
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,11 @@ all: _ct_build
HOST_CC = gcc -funsigned-char
help::
- @echo 'Available make targets (*: default target):'
+ @echo 'Available make targets:'
@echo
include $(CT_TOP_DIR)/kconfig/Makefile
+include $(CT_TOP_DIR)/samples/Makefile
help::
@echo 'Build targets:'
@@ -26,6 +27,9 @@ help::
include $(CT_TOP_DIR)/tools/Makefile
+help::
+ @echo 'Execute "make" or "make all" to build all targets marked with [*]'
+
.config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in')
@make menuconfig
@# Because exiting menuconfig without saving is not an error to menuconfig