Sign in
android-kvm
/
linux
/
c6935931c1894ff857616ff8549b61236a19148f
/
.
/
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
)