summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/ucsi/Makefile
blob: 8372fc22f9b3789ad5ebe7da9e1c955658248bcb (plain)
1
2
3
4
5
6
7
8
9
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