diff options
Diffstat (limited to 'tools/testing/selftests/seccomp/Makefile')
-rw-r--r-- | tools/testing/selftests/seccomp/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/testing/selftests/seccomp/Makefile b/tools/testing/selftests/seccomp/Makefile new file mode 100644 index 000000000..585f7a0c1 --- /dev/null +++ b/tools/testing/selftests/seccomp/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0 +CFLAGS += -Wl,-no-as-needed -Wall -isystem ../../../../usr/include/ +LDFLAGS += -lpthread + +TEST_GEN_PROGS := seccomp_bpf seccomp_benchmark +include ../lib.mk |