aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/perf_events/Makefile
blob: 973a2c39ca83c5ef136a6e02c9057e07ad42ad38 (plain) (blame)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0
CFLAGS += -Wl,-no-as-needed -Wall -I../../../../usr/include
LDFLAGS += -lpthread

TEST_GEN_PROGS := sigtrap_threads
include ../lib.mk