summaryrefslogtreecommitdiff
path: root/common/build.mk
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2020-09-01 18:08:52 -0700
committerCommit Bot <commit-bot@chromium.org>2020-09-09 18:59:36 +0000
commit5041496934c14966aed77b4ffab501b8663cfb24 (patch)
treed6f3bb6b13e532c5a5e949aafcbcad58efbe2461 /common/build.mk
parentc444abbfb6df6d0f25f631bae89cd26f717574d4 (diff)
downloadchrome-ec-5041496934c14966aed77b4ffab501b8663cfb24.tar.gz
cleanup: Move High-priority interrupt task to a separate file
BUG=none BRANCH=none TEST=make buildall -j Change-Id: I63a964721a5471d6a00894cb0cb94e9656c10893 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2389325 Reviewed-by: Poornima Tom <poornima.tom@intel.com> 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 4ef78d57f5..ebaa3cc582 100644
--- a/common/build.mk
+++ b/common/build.mk
@@ -143,6 +143,7 @@ common-$(CONFIG_USB_CONSOLE_STREAM)+=usb_console_stream.o
common-$(CONFIG_USB_I2C)+=usb_i2c.o
common-$(CONFIG_USB_PORT_POWER_DUMB)+=usb_port_power_dumb.o
common-$(CONFIG_USB_PORT_POWER_SMART)+=usb_port_power_smart.o
+common-$(CONFIG_HAS_TASK_PD_INT)+=usbc_intr_task.o
ifneq ($(CONFIG_USB_POWER_DELIVERY),)
common-$(CONFIG_USB_POWER_DELIVERY)+=usb_common.o
ifneq ($(CONFIG_USB_PD_TCPMV1),)