License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[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
8typec_ucsi-$(CONFIG_FTRACE) += trace.o
8243edf4
HK
9
10obj-$(CONFIG_UCSI_ACPI) += ucsi_acpi.o