aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/seccomp/Makefile
blob: 5fa6fd2246b18a45290efef20789a4948d9425d9 (plain) (blame)
1
2
3
4
5
6
TEST_GEN_PROGS := seccomp_bpf
CFLAGS += -Wl,-no-as-needed -Wall
LDFLAGS += -lpthread

include ../lib.mk