summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2020-02-10 17:22:37 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-12 20:05:32 +0000
commit7bbdd3cc90d174343cdc863515258de339f4c4dc (patch)
treefc11b65b5f175baa185829d3c13d9098d8cac1e9 /common/build.mk
parent8d3e54731e8f2a47a1822d08f4a403aef28be1de (diff)
downloadchrome-ec-7bbdd3cc90d174343cdc863515258de339f4c4dc.tar.gz
TCPMv1/v2: Move pd_charge_from_device() to common file
BUG=b:148528713 BRANCH=none TEST=make buildall -j Change-Id: I2327ceaf6be76a0428981106aaeb3ffbb2018049 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2051217 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'common/build.mk')
-rw-r--r--common/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/build.mk b/common/build.mk
index 26294af9db..0ed19666a9 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -150,6 +150,7 @@ ifeq ($(CONFIG_USB_SM_FRAMEWORK),)
common-$(CONFIG_USB_POWER_DELIVERY)+=usb_pd_protocol.o usb_pd_policy.o
endif
common-$(CONFIG_USB_PD_ALT_MODE_DFP)+=usb_pd_alt_mode_dfp.o
+common-$(CONFIG_USB_PD_DUAL_ROLE)+=usb_pd_dual_role.o
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