aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/ucsi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/typec/ucsi/Makefile')
-rw-r--r--drivers/usb/typec/ucsi/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/typec/ucsi/Makefile b/drivers/usb/typec/ucsi/Makefile
new file mode 100644
index 000000000000..8372fc22f9b3
--- /dev/null
+++ b/drivers/usb/typec/ucsi/Makefile
@@ -0,0 +1,9 @@
+CFLAGS_trace.o := -I$(src)
+
+obj-$(CONFIG_TYPEC_UCSI) += typec_ucsi.o
+
+typec_ucsi-y := ucsi.o
+
+typec_ucsi-$(CONFIG_FTRACE) += trace.o
+
+obj-$(CONFIG_UCSI_ACPI) += ucsi_acpi.o