Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
4e683f499a15cd777d3cb51aaebe48d72334c852
/
.
/
tools
/
testing
/
selftests
/
seccomp
/
Makefile
blob: aeb0c805f3ca0f9471ae0f211e5633aa9d7a52f8 [
file
] [
log
] [
blame
]
TEST_GEN_PROGS
:=
seccomp_bpf
CFLAGS
+=
-
Wl
,-
no
-
as
-
needed
-
Wall
LDFLAGS
+=
-
lpthread
include
../
lib
.
mk
$
(
TEST_GEN_PROGS
):
seccomp_bpf
.
c
../
kselftest_harness
.
h
$
(
CC
)
$
(
CFLAGS
)
$
(
LDFLAGS
)
$
<
-
o $@