Sign in
android-kvm
/
linux
/
9614369a042a3a345ef7e2997c277aa8a271b8a0
/
.
/
tools
/
testing
/
selftests
/
seccomp
/
Makefile
blob: f017c382c0369c898881cdbac78648e07240f734 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
CFLAGS
+=
-
Wl
,-
no
-
as
-
needed
-
Wall
-
isystem
../../../../
usr
/
include
/
LDFLAGS
+=
-
lpthread
LDLIBS
+=
-
lcap
TEST_GEN_PROGS
:=
seccomp_bpf seccomp_benchmark
include
../
lib
.
mk