From 6e4478cbb18a0b45df89c89ea931d1bc86df9c1a Mon Sep 17 00:00:00 2001 From: Craig Hesling Date: Fri, 25 Oct 2019 15:56:48 -0700 Subject: make: Add utils to help message BRANCH=none BUG=none TEST=make help Change-Id: I912e54927e3e307180e8d80e78105fdfdd6c9dfb Signed-off-by: Craig Hesling Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1880322 Reviewed-by: Aseda Aboagye --- Makefile.rules | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.rules b/Makefile.rules index d40b265be1..b2ed487d86 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -676,6 +676,7 @@ help: @echo " proj- - Build a single board (similar to 'all BOARD=boardname')" @echo " savesizes - Save the filesizes of currently built boards for comparison" @echo " newsizes - Compare previously saved filesizes against new sizes" + @echo " utils - Build all host utilities" @echo "" @echo " tests [BOARD=] - Build all unit tests for a specific board" @echo " hosttests - Build all host unit tests" -- cgit v1.2.1