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

TEST_GEN_PROGS = ftrace_test dyn_test perf_test abi_test

TEST_FILES := settings

include ../lib.mk