linux-surface/kernel/drivers/usb/typec/ucsi/Makefile
2017-09-04 22:31:27 -04:00

10 lines
178 B
Makefile

CFLAGS_trace.o := -I$(src)
obj-$(CONFIG_TYPEC_UCSI) += typec_ucsi.o
typec_ucsi-y := ucsi.o
typec_ucsi-$(CONFIG_FTRACE) += trace.o
obj-$(CONFIG_UCSI_ACPI) += ucsi_acpi.o