summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da7ae78..2d0c47b 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ include $(CT_TOP_DIR)/samples/Makefile
help::
@echo 'Build targets:'
@echo '* build - Build the toolchain'
+ @echo ' tarball - Build a tarball of the configured toolchain'
@echo ' clean - Remove generated files'
@echo ' distclean - Remove generated files, configuration and build directories'
@@ -42,6 +43,10 @@ help::
build: .config
@$(CT_TOP_DIR)/scripts/crosstool.sh
+.PHONY: tarball
+tarball:
+ @$(CT_TOP_DIR)/scripts/tarball.sh
+
.PHONY: distclean
distclean:: clean
@rm -f .config* ..config.tmp