summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/seccomp/Makefile
blob: aeb0c805f3ca0f9471ae0f211e5633aa9d7a52f8 (plain)
1
2
3
4
5
6
7
8
TEST_GEN_PROGS := seccomp_bpf
CFLAGS += -Wl,-no-as-needed -Wall
LDFLAGS += -lpthread

include ../lib.mk

$(TEST_GEN_PROGS): seccomp_bpf.c ../kselftest_harness.h
	$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@
OpenPOWER on IntegriCloud