summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2020-01-08 11:30:26 +1100
committerCommit Bot <commit-bot@chromium.org>2020-01-08 22:16:56 +0000
commitf15eb886693218bb2bd8891fef0c3500ab537e56 (patch)
tree8dc884ee66e8ad4e42397166d3b03365731a156d /Makefile
parentcee40844bcbd751ca854cae30cb6756c446880cd (diff)
downloadchrome-ec-f15eb886693218bb2bd8891fef0c3500ab537e56.tar.gz
fizz: restore building the ecst tool
The patch which dropped building tools from the util directory (https://crrev.com/c/1986943) proved to be a bit too aggressive, and broke building of BOARD=fizz. This patch reintroduces building of the missing tool BRANCH=cr50, cr50-mp BUG=none TEST='make buildall -j' succeeds. Change-Id: I7e093b3c74633eabae17834353ca72653a660563 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1990359 Reviewed-by: Marius Schilder <mschilder@chromium.org> Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4bcf468c5c..703c84e662 100644
--- a/Makefile
+++ b/Makefile
@@ -273,6 +273,7 @@ ifneq ($(PBDIR),)
include $(PBDIR)/build.mk
endif
include test/build.mk
+include util/build.mk
includes+=$(includes-y)