summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bettis <jbettis@google.com>2023-03-17 14:03:23 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-21 00:05:42 +0000
commit4c45d8f4d6d274ebbfbb78626b3c2ef098663c44 (patch)
tree45d29098f9f89b30a40f17f0249aa0d608960518
parent66705795579fe277ff736cf95e4604df17b98610 (diff)
downloadchrome-ec-4c45d8f4d6d274ebbfbb78626b3c2ef098663c44.tar.gz
cq: Also build host utils in buildall
There was a recent breakage that escaped the CQ. crrev/c/4338476. Build the host utils also when doing a buildall_only. (Also things that depend on it like make buildall). BRANCH=None BUG=None TEST=Ran make, and also dry in cq Change-Id: I31305111259f7cf5041af5318e3321282c0ab397 Signed-off-by: Jeremy Bettis <jbettis@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4350989 Tested-by: Jeremy Bettis <jbettis@chromium.org> Reviewed-by: Tom Hughes <tomhughes@chromium.org> Commit-Queue: Jeremy Bettis <jbettis@chromium.org>
-rw-r--r--Makefile.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 9f4538b07c..6624d083ed 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -205,6 +205,7 @@ build_boards: | $(FAILED_BOARDS_DIR)
.PHONY: buildall_only
buildall_only: build_boards build_cros_ec_commands
+ $(MAKE) BOARD=host utils
$(MAKE) build_cts
$(MAKE) buildfuzztests