]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - tools/testing/selftests/seccomp/Makefile
selftests: add seccomp suite
[mirror_ubuntu-bionic-kernel.git] / tools / testing / selftests / seccomp / Makefile
1 TEST_PROGS := seccomp_bpf
2 CFLAGS += -Wl,-no-as-needed -Wall
3 LDFLAGS += -lpthread
4
5 all: $(TEST_PROGS)
6
7 include ../lib.mk
8
9 clean:
10 $(RM) $(TEST_PROGS)