usb: typec: ucsi: add support for Cypress CCGx
[linux-2.6-block.git] / drivers / usb / typec / ucsi / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
c1b0bc2d
HK
2CFLAGS_trace.o := -I$(src)
3
4obj-$(CONFIG_TYPEC_UCSI) += typec_ucsi.o
5
6typec_ucsi-y := ucsi.o
7
2f860691 8typec_ucsi-$(CONFIG_TRACING) += trace.o
8243edf4
HK
9
10obj-$(CONFIG_UCSI_ACPI) += ucsi_acpi.o
247c554a
AG
11
12obj-$(CONFIG_UCSI_CCG) += ucsi_ccg.o