linux-surface/tools/testing/selftests/seccomp/Makefile
2017-08-10 09:25:24 -04:00

7 lines
105 B
Makefile

TEST_GEN_PROGS := seccomp_bpf
CFLAGS += -Wl,-no-as-needed -Wall
LDFLAGS += -lpthread
include ../lib.mk