Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/chrome-ec/+/47955 )
Change subject: util/ec_uartd: build as part of host-utils, not build-utils ......................................................................
util/ec_uartd: build as part of host-utils, not build-utils
It's not needed for the build, so don't draw in its dependencies
Change-Id: I56d97d776a8c2aaf47aa39802cc9831c4f3416a7 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M util/build.mk 1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/chrome-ec refs/changes/55/47955/1
diff --git a/util/build.mk b/util/build.mk index 37f01e0..1e795c1 100644 --- a/util/build.mk +++ b/util/build.mk @@ -7,8 +7,7 @@ #
host-util-bin=ectool lbplay stm32mon ec_sb_firmware_update lbcc \ - ec_parse_panicinfo cbi-util iteflash -build-util-bin=ec_uartd + ec_parse_panicinfo cbi-util iteflash ec_uartd build-util-art+=util/export_taskinfo.so ifeq ($(CHIP),npcx) build-util-bin+=ecst