Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ba929b6646c5b87c7bb15cd8d3e51617725c983b
/
.
/
tools
/
testing
/
selftests
/
seccomp
/
Makefile
blob: 8401e87e34e17e8103a6d02925c57e486f017f38 [
file
] [
log
] [
blame
]
TEST_PROGS
:=
seccomp_bpf
CFLAGS
+=
-
Wl
,-
no
-
as
-
needed
-
Wall
LDFLAGS
+=
-
lpthread
all
:
$
(
TEST_PROGS
)
include
../
lib
.
mk
clean
:
$
(
RM
)
$
(
TEST_PROGS
)