Merge tag '4.14-smb3-fixes-from-recent-test-events-for-stable' of git://git.samba...
[sfrench/cifs-2.6.git] / tools / testing / selftests / seccomp / Makefile
1 TEST_GEN_PROGS := seccomp_bpf
2 CFLAGS += -Wl,-no-as-needed -Wall
3 LDFLAGS += -lpthread
4
5 include ../lib.mk
6
7 $(TEST_GEN_PROGS): seccomp_bpf.c ../kselftest_harness.h
8         $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@