ahci: don't ignore result code of ahci_reset_controller()
[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 $@