summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/user_events/Makefile
blob: 6b512b86aec3495a5a94fc27d661088b44430648 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
LDLIBS += -lrt -lpthread -lm

# Note:
# This test depends on <linux/user_events.h> exported in uapi
# The following commit removed user_events.h out of uapi:
# commit 5cfff569cab8bf544bab62c911c5d6efd5af5e05
# tracing: Move user_events.h temporarily out of include/uapi
# This test will not compile until user_events.h is added
# back to uapi.

TEST_GEN_PROGS = ftrace_test dyn_test perf_test

TEST_FILES := settings

include ../lib.mk