summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/build.mk b/common/build.mk
index 5e803b970b..0032ea069c 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -147,7 +147,6 @@ common-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_protocol.o usb_pd_policy.o
endif
common-$(CONFIG_USB_PD_LOGGING)+=event_log.o pd_log.o
common-$(CONFIG_USB_PD_TCPC)+=usb_pd_tcpc.o
-common-$(CONFIG_USB_UPDATE)+=usb_update.o update_fw.o
common-$(CONFIG_USBC_PPC)+=usbc_ppc.o
common-$(CONFIG_VBOOT_EFS)+=vboot/vboot.o
common-$(CONFIG_VBOOT_HASH)+=sha256.o vboot_hash.o
@@ -215,9 +214,6 @@ endif
endif # CONFIG_BOOTBLOCK
ifneq ($(CONFIG_TOUCHPAD_HASH_FW),)
-$(out)/RO/common/update_fw.o: $(out)/touchpad_fw_hash.h
-$(out)/RW/common/update_fw.o: $(out)/touchpad_fw_hash.h
-
$(out)/touchpad_fw_hash.h: $(out)/util/gen_touchpad_hash $(out)/.touchpad_fw
$(call quiet,tp_hash,TPHASH )