These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / 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)