aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tcpm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/typec/tcpm/Makefile')
-rw-r--r--drivers/usb/typec/tcpm/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/typec/tcpm/Makefile b/drivers/usb/typec/tcpm/Makefile
new file mode 100644
index 000000000000..a5ff6c8eb892
--- /dev/null
+++ b/drivers/usb/typec/tcpm/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_TYPEC_TCPM) += tcpm.o
+obj-$(CONFIG_TYPEC_FUSB302) += fusb302.o
+obj-$(CONFIG_TYPEC_WCOVE) += typec_wcove.o
+typec_wcove-y := wcove.o
+obj-$(CONFIG_TYPEC_TCPCI) += tcpci.o
+obj-$(CONFIG_TYPEC_RT1711H) += tcpci_rt1711h.o