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