repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
irqchip: Fix dependencies for archs w/o HAS_IOMEM
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
seccomp
/
Makefile
blob
8401e87e34e17e8103a6d02925c57e486f017f38
1
TEST_PROGS
:=
seccomp_bpf
2
CFLAGS
+= -
Wl
,-
no-as-needed
-
Wall
3
LDFLAGS
+= -
lpthread
4
5
all
: $(
TEST_PROGS
)
6
7
include
..
/
lib.mk
8
9
clean
:
10
$(
RM
) $(
TEST_PROGS
)