Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c99ee51a9d9716fe33f5022c763728a565e3bd08
/
.
/
tools
/
testing
/
selftests
/
seccomp
/
Makefile
blob: 8401e87e34e17e8103a6d02925c57e486f017f38 [
file
] [
log
] [
blame
]
Kees Cook
c99ee51
2015-06-16 10:54:14 -0700
[
diff
] [
blame^
]
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
)