Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.19 12 lines 424 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_TYPEC) += typec.o 3typec-y := class.o mux.o bus.o 4obj-$(CONFIG_TYPEC) += altmodes/ 5obj-$(CONFIG_TYPEC_TCPM) += tcpm.o 6obj-y += fusb302/ 7obj-$(CONFIG_TYPEC_WCOVE) += typec_wcove.o 8obj-$(CONFIG_TYPEC_UCSI) += ucsi/ 9obj-$(CONFIG_TYPEC_TPS6598X) += tps6598x.o 10obj-$(CONFIG_TYPEC) += mux/ 11obj-$(CONFIG_TYPEC_TCPCI) += tcpci.o 12obj-$(CONFIG_TYPEC_RT1711H) += tcpci_rt1711h.o