summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec/tipd/Makefile
blob: aa439f80a889ecb6691e5aa27b416db5cb109ca7 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0
CFLAGS_trace.o			:= -I$(src)

obj-$(CONFIG_TYPEC_TPS6598X)	+= tps6598x.o
tps6598x-y			:= core.o
tps6598x-$(CONFIG_TRACING)	+= trace.o