1# SPDX-License-Identifier: GPL-2.0 2CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES) 3LDLIBS += -lrt -lpthread -lm 4 5# Note: 6# This test depends on <linux/user_events.h> exported in uapi 7# The following commit removed user_events.h out of uapi: 8# commit 5cfff569cab8bf544bab62c911c5d6efd5af5e05 9# tracing: Move user_events.h temporarily out of include/uapi 10# This test will not compile until user_events.h is added 11# back to uapi. 12 13TEST_GEN_PROGS = ftrace_test dyn_test perf_test 14 15TEST_FILES := settings 16 17include ../lib.mk 18