Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
69c902f597c4bec92013a526268620fb6255c24a
/
.
/
tools
/
testing
/
selftests
/
seccomp
/
Makefile
blob: aeb0c805f3ca0f9471ae0f211e5633aa9d7a52f8 [
file
] [
log
] [
blame
]
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 $@