summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVadim Bendebury <vbendeb@chromium.org>2020-01-03 14:29:41 -0800
committerCommit Bot <commit-bot@chromium.org>2020-01-07 00:17:10 +0000
commitcee40844bcbd751ca854cae30cb6756c446880cd (patch)
tree68b6449b4ee410f4ba28fe0da6b5d168addc78f1 /Makefile
parent943645d993c88754b2db1e86734210256c505e07 (diff)
downloadchrome-ec-cee40844bcbd751ca854cae30cb6756c446880cd.tar.gz
utils/extras: do not build unnecessary tools
The vast majority of tools built from the ./util directory and many built from ./extra/usb_updater directory are not used by Cr50, let's not build them. Also eliminating some irrelevant pre-upload checks. BRANCH=cr50, cr50-mp BUG=b:145912698 TEST=verified that all the following commands succeed: make buildall -j make BOARD=cr50 CR50_DEV=1 -j make BOARD=cr50 CR50_SQA=1 -j make -C extra/usb_updater Change-Id: I0040ceab95ad280bda86ef599b3e902addcbdcde Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1986943 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 41e87a173b..4bcf468c5c 100644
--- a/Makefile
+++ b/Makefile
@@ -273,8 +273,6 @@ ifneq ($(PBDIR),)
include $(PBDIR)/build.mk
endif
include test/build.mk
-include util/build.mk
-include util/lock/build.mk
includes+=$(includes-y)