summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/ucsi/Makefile
blob: 87dd6ee6c9f3280cd10cf79196d3bb07f35a3526 (plain)
1
2
3
4
5
6
7
CFLAGS_trace.o			:= -I$(src)

obj-$(CONFIG_TYPEC_UCSI)	+= typec_ucsi.o

typec_ucsi-y			:= ucsi.o

typec_ucsi-$(CONFIG_FTRACE)	+= trace.o