Merge tag 'nolibc.2023.02.06a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulm...
[linux-block.git] / tools / testing / selftests / user_events / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -Wl,-no-as-needed -Wall -I../../../../usr/include
3 LDLIBS += -lrt -lpthread -lm
4
5 TEST_GEN_PROGS = ftrace_test dyn_test perf_test
6
7 TEST_FILES := settings
8
9 include ../lib.mk