diff options
author | Craig Hesling <hesling@chromium.org> | 2020-12-29 15:17:38 -0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-12-30 05:22:16 +0000 |
commit | 6082a21ae860c2a154bf11fa47cb1fca31653088 (patch) | |
tree | dbf8d6efe4dedc0dceb2b3f37ecd04cc1ec0ffdd | |
parent | d4fc1733bf17b990cd6f91d7e5f2353928954c22 (diff) | |
download | chrome-ec-6082a21ae860c2a154bf11fa47cb1fca31653088.tar.gz |
make: Add analyzestack to make help
See crrev.com/c/576411 for the original addition of analyzestack.
BRANCH=none
BUG=none
TEST=make help
Signed-off-by: Craig Hesling <hesling@chromium.org>
Change-Id: I85f0a1269bf1cf016ef4709d7a6b3ba5d27025ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2606509
Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Reviewed-by: Ting Shen <phoenixshen@chromium.org>
-rw-r--r-- | Makefile.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules index 0f2b0a5c38..3b67b442bc 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -750,6 +750,7 @@ help: @echo " coverage - Build and run all host unit tests for code coverage" @echo " buildfuzztests - Build all host fuzzers" @echo " runfuzztests - Build and run all host fuzzers for one round" + @echo " analyzestack [BOARD=]- Run max stack size analysis" @echo "" @echo " flash [BOARD=] - Use OpenOCD to flash the latest image" @echo " flash_ec [BOARD=] - Use flash_ec to flash the latest image" |