summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/altmodes/Makefile
blob: 508a68351bd2075650ddd09b92099a5f1f8f49a2 (plain)
1
2
3
4
5
6
7
8
# 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
obj-$(CONFIG_TYPEC_TBT_ALTMODE)		+= typec_thunderbolt.o
typec_thunderbolt-y			:= thunderbolt.o