summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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