From 3657d037aea6d756645a552b546fd8f231b85fd5 Mon Sep 17 00:00:00 2001 From: Craig Hesling Date: Tue, 29 Dec 2020 20:15:45 -0800 Subject: make: Add STATIC_VERSION=1 to make help BRANCH=none BUG=none TEST=make help Signed-off-by: Craig Hesling Change-Id: I4a1187443c49abcf9a3518e3f6ff612e1c3989ef Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2606519 Commit-Queue: Ting Shen Reviewed-by: Ting Shen --- Makefile.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.rules') 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." -- cgit v1.2.1