]> Git Repo - linux.git/blob - drivers/usb/typec/Makefile
Merge tag 'lkdtm-next' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux...
[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
4 obj-$(CONFIG_TYPEC)             += altmodes/
5 obj-$(CONFIG_TYPEC_TCPM)        += tcpm/
6 obj-$(CONFIG_TYPEC_UCSI)        += ucsi/
7 obj-$(CONFIG_TYPEC_TPS6598X)    += tps6598x.o
8 obj-$(CONFIG_TYPEC)             += mux/
This page took 0.036097 seconds and 4 git commands to generate.