]> Git Repo - linux.git/blob - drivers/usb/typec/Makefile
Linux 6.14-rc3
[linux.git] / drivers / usb / typec / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_TYPEC)             += typec.o
3 typec-y                         := class.o mux.o bus.o pd.o retimer.o
4 typec-$(CONFIG_ACPI)            += port-mapper.o
5 obj-$(CONFIG_TYPEC)             += altmodes/
6 obj-$(CONFIG_TYPEC_TCPM)        += tcpm/
7 obj-$(CONFIG_TYPEC_UCSI)        += ucsi/
8 obj-$(CONFIG_TYPEC_TPS6598X)    += tipd/
9 obj-$(CONFIG_TYPEC_ANX7411)     += anx7411.o
10 obj-$(CONFIG_TYPEC_HD3SS3220)   += hd3ss3220.o
11 obj-$(CONFIG_TYPEC_STUSB160X)   += stusb160x.o
12 obj-$(CONFIG_TYPEC_RT1719)      += rt1719.o
13 obj-$(CONFIG_TYPEC_WUSB3801)    += wusb3801.o
14 obj-$(CONFIG_TYPEC)             += mux/
This page took 0.034483 seconds and 4 git commands to generate.