summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2020-12-29 20:15:45 -0800
committerCommit Bot <commit-bot@chromium.org>2020-12-30 05:22:20 +0000
commit3657d037aea6d756645a552b546fd8f231b85fd5 (patch)
treef55711a5ce2a0f464f13ee56eac610d4ad8631f7
parent6082a21ae860c2a154bf11fa47cb1fca31653088 (diff)
downloadchrome-ec-3657d037aea6d756645a552b546fd8f231b85fd5.tar.gz
make: Add STATIC_VERSION=1 to make help
BRANCH=none BUG=none TEST=make help Signed-off-by: Craig Hesling <hesling@chromium.org> Change-Id: I4a1187443c49abcf9a3518e3f6ff612e1c3989ef Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2606519 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 3b67b442bc..81ce32972b 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -769,6 +769,7 @@ help:
@echo "Common Variables:"
@echo " V=1 - Show make output"
@echo " BOARD= - Set the board name to build (Default is $(BOARD))"
+ @echo " STATIC_VERSION=1 - Force a constant version string for reproducable builds"
@echo " CROSS_COMPILE= - Set the compiler for the board"
@echo " CROSS_COMPILE_arch= - Set the compiler for arch"
@echo " The board picks its CROSS_COMPILE_arch if CROSS_COMPILE is not set."