From 20dda8c1406708044b407b05659910eebaf10fca Mon Sep 17 00:00:00 2001 From: Namyoon Woo Date: Tue, 9 Apr 2019 11:12:37 -0700 Subject: make: include iteflash in host-util group iteflash is a flash tool for ITE EC, and needs to be installed in labstations. iteflash should belong to host-util like other EC flash tools. BUG=b:130036463 BRANCH=None TEST=built and ran iteflash on Ampton using servo_v2, servo_micro and Suzy-Q. Change-Id: If711a26f7d6d3979332b9064313a7e1b87cd594a Signed-off-by: Namyoon Woo Reviewed-on: https://chromium-review.googlesource.com/1560143 Reviewed-by: Matthew Blecker --- util/build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/build.mk b/util/build.mk index fef646f2de..7699ef4572 100644 --- a/util/build.mk +++ b/util/build.mk @@ -7,8 +7,8 @@ # host-util-bin=ectool lbplay stm32mon ec_sb_firmware_update lbcc \ - ec_parse_panicinfo cbi-util -build-util-bin=ec_uartd iteflash + ec_parse_panicinfo cbi-util iteflash +build-util-bin=ec_uartd build-util-art+=util/export_taskinfo.so ifeq ($(CHIP),npcx) build-util-bin+=ecst -- cgit v1.2.1