xref: /openbmc/linux/tools/testing/selftests/user_events/Makefile (revision c900529f3d9161bfde5cca0754f83b4d3c3e0220)
1# SPDX-License-Identifier: GPL-2.0
2CFLAGS += -Wl,-no-as-needed -Wall $(KHDR_INCLUDES)
3LDLIBS += -lrt -lpthread -lm
4
5TEST_GEN_PROGS = ftrace_test dyn_test perf_test abi_test
6
7TEST_FILES := settings
8
9include ../lib.mk
10