GNU Linux-libre 4.9.309-gnu1
[releases.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)