Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
[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