summaryrefslogtreecommitdiff
path: root/util/build.mk
diff options
context:
space:
mode:
authorAaron Massey <aaronmassey@google.com>2023-03-31 11:37:25 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-11 19:10:28 +0000
commit2aa4eb1a1516bd386a49d0211c3697e4e4c03358 (patch)
tree0a84688396a1a66a7015a29f017576560776a966 /util/build.mk
parent03630f6241f454a76a7771f137bee337a8d90a41 (diff)
downloadchrome-ec-2aa4eb1a1516bd386a49d0211c3697e4e4c03358.tar.gz
Reland "battery: Finish past cleanup of sb fw update"
This is a reland of commit 33885596426b7f419709d81529f3e4d02f960ddf Cq-Depend: chromium:4415154 Original change's description: > battery: Finish past cleanup of sb fw update > > We removed the SB_FW_UPDATE host command code in CL:792013 without > cleaning up all now dead references. > > Remove all dead code that references the SB_FW_UPDATE command and > associated sources. > > BRANCH=none > BUG=b:276458241 > TEST=CQ > > Change-Id: I66a79eb42508aaa7ba3a64f6022df777608a497b > Signed-off-by: Aaron Massey <aaronmassey@google.com> > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4388382 > Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Bug: b:276458241 Change-Id: I2002f156e1919496d1b3d8859ee0b78bab83d06c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4415696 Commit-Queue: Aaron Massey <aaronmassey@google.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org> Tested-by: Aaron Massey <aaronmassey@google.com>
Diffstat (limited to 'util/build.mk')
-rw-r--r--util/build.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/util/build.mk b/util/build.mk
index 38801d2f77..1b692ccb9f 100644
--- a/util/build.mk
+++ b/util/build.mk
@@ -8,8 +8,7 @@
# See Makefile for description.
host-util-bin-y += cbi-util iteflash
-host-util-bin-cxx-y += ectool ec_parse_panicinfo lbplay ec_sb_firmware_update \
- stm32mon lbcc
+host-util-bin-cxx-y += ectool ec_parse_panicinfo lbplay stm32mon lbcc
build-util-art-y += util/export_taskinfo.so
build-util-bin-$(CHIP_NPCX) += ecst
@@ -35,8 +34,6 @@ ectool-objs=ectool.o ectool_keyscan.o ec_flash.o $(comm-objs)
ectool-objs+=ectool_i2c.o
ectool-objs+=../common/crc.o
ectool_servo-objs=$(ectool-objs) comm-servo-spi.o
-ec_sb_firmware_update-objs=ec_sb_firmware_update.o $(comm-objs) misc_util.o
-ec_sb_firmware_update-objs+=powerd_lock.o
lbplay-objs=lbplay.o $(comm-objs)
util/ectool.cc: $(out)/ec_version.h