Sign in
gfiber
/
kernel
/
quantenna
/
12cb22bb8ae9aff9d72a9c0a234f26d641b20eb6
/
.
/
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
)