mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 22:42:04 +00:00
f758652703
These are useful when debugging various performance issues. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Acked-by: Yehezkel Bernat <YehezkelShB@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
7 lines
195 B
Makefile
7 lines
195 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_USB4_NET) := thunderbolt_net.o
|
|
thunderbolt_net-objs := main.o trace.o
|
|
|
|
# Tracepoints need to know where to find trace.h
|
|
CFLAGS_trace.o := -I$(src)
|