irqchip: Fix dependencies for archs w/o HAS_IOMEM
[linux/fpc-iii.git] / tools / testing / selftests / seccomp / Makefile
blob8401e87e34e17e8103a6d02925c57e486f017f38
1 TEST_PROGS := seccomp_bpf
2 CFLAGS += -Wl,-no-as-needed -Wall
3 LDFLAGS += -lpthread
5 all: $(TEST_PROGS)
7 include ../lib.mk
9 clean:
10 $(RM) $(TEST_PROGS)