Merge tag 'fsnotify_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / tools / testing / selftests / seccomp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 CFLAGS += -Wl,-no-as-needed -Wall
3 LDFLAGS += -lpthread
4
5 TEST_GEN_PROGS := seccomp_bpf seccomp_benchmark
6 include ../lib.mk