summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/altmodes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/typec/altmodes/Makefile')
-rw-r--r--drivers/usb/typec/altmodes/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/typec/altmodes/Makefile b/drivers/usb/typec/altmodes/Makefile
new file mode 100644
index 000000000..45717548b
--- /dev/null
+++ b/drivers/usb/typec/altmodes/Makefile
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0
+
+obj-$(CONFIG_TYPEC_DP_ALTMODE) += typec_displayport.o
+typec_displayport-y := displayport.o
+obj-$(CONFIG_TYPEC_NVIDIA_ALTMODE) += typec_nvidia.o
+typec_nvidia-y := nvidia.o