summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Hesling <hesling@chromium.org>2019-12-04 17:52:47 -0800
committerCommit Bot <commit-bot@chromium.org>2019-12-06 18:51:03 +0000
commitb3ebb204b53f8e633ff0f401d4719bd51d813b64 (patch)
treec2c11d97499614febff87596dcaa317c6db1d246
parent290af7c531f033036331568bcb89de544909bd2a (diff)
downloadchrome-ec-b3ebb204b53f8e633ff0f401d4719bd51d813b64.tar.gz
make: Add help messages for flash variants
BRANCH=none BUG=none TEST=make help Change-Id: Ic32777ec1c92fd79b803f8d20591ce47685af784 Signed-off-by: Craig Hesling <hesling@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1952197 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org>
-rw-r--r--Makefile.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 54917f5b60..a146cc920b 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -684,6 +684,10 @@ help:
@echo " buildfuzztests - Build all host fuzzers"
@echo " runfuzztests - Build and run all host fuzzers for one round"
@echo ""
+ @echo " flash [BOARD=] - Use OpenOCD to flash the latest image"
+ @echo " flash_ec [BOARD=] - Use flash_ec to flash the latest image"
+ @echo " flash_dfu [BOARD=] - Use DFU to flash the latest image"
+ @echo ""
@echo " print-tests - Prints all device specific test targets"
@echo " print-host-tests - Prints all host test targets"
@echo " print-host-fuzzers - Prints all host fuzz targets"