]> Git Repo - linux.git/blob - drivers/usb/typec/tipd/Makefile
arm64: avoid prototype warnings for syscalls
[linux.git] / drivers / usb / typec / tipd / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS_trace.o                  := -I$(src)
3
4 obj-$(CONFIG_TYPEC_TPS6598X)    += tps6598x.o
5 tps6598x-y                      := core.o
6 tps6598x-$(CONFIG_TRACING)      += trace.o
This page took 0.039746 seconds and 4 git commands to generate.