Makefile
changeset 63 89b41dbffe8d
parent 44 1bfe65e14402
child 65 312fe9ff8370
     1.1 --- a/Makefile	Wed Apr 18 17:35:04 2007 +0000
     1.2 +++ b/Makefile	Mon May 07 09:04:02 2007 +0000
     1.3 @@ -13,10 +13,11 @@
     1.4  HOST_CC = gcc -funsigned-char
     1.5  
     1.6  help::
     1.7 -	@echo  'Available make targets (*: default target):'
     1.8 +	@echo  'Available make targets:'
     1.9  	@echo
    1.10  
    1.11  include $(CT_TOP_DIR)/kconfig/Makefile
    1.12 +include $(CT_TOP_DIR)/samples/Makefile
    1.13  
    1.14  help::
    1.15  	@echo  'Build targets:'
    1.16 @@ -26,6 +27,9 @@
    1.17  
    1.18  include $(CT_TOP_DIR)/tools/Makefile
    1.19  
    1.20 +help::
    1.21 +	@echo  'Execute "make" or "make all" to build all targets marked with [*]'
    1.22 +
    1.23  .config: $(shell find $(CT_TOP_DIR)/config -type f -name '*.in')
    1.24  	@make menuconfig
    1.25  	@# Because exiting menuconfig without saving is not an error to menuconfig