Sign in
android
/
platform
/
external
/
seccomp-tests
/
refs/heads/android15-tests-dev
/
.
/
linux
/
Makefile
blob: 8401e87e34e17e8103a6d02925c57e486f017f38 [
file
] [
log
] [
blame
] [
edit
]
TEST_PROGS
:=
seccomp_bpf
CFLAGS
+=
-
Wl
,-
no
-
as
-
needed
-
Wall
LDFLAGS
+=
-
lpthread
all
:
$
(
TEST_PROGS
)
include
../
lib
.
mk
clean
:
$
(
RM
)
$
(
TEST_PROGS
)