usb: typec: ucsi: Add ACPI driver
[sfrench/cifs-2.6.git] / drivers / usb / typec / ucsi / Makefile
1 CFLAGS_trace.o                  := -I$(src)
2
3 obj-$(CONFIG_TYPEC_UCSI)        += typec_ucsi.o
4
5 typec_ucsi-y                    := ucsi.o
6
7 typec_ucsi-$(CONFIG_FTRACE)     += trace.o
8
9 obj-$(CONFIG_UCSI_ACPI)         += ucsi_acpi.o