Sign in
android-kvm
/
linux
/
97c96e9fa36616d7890a6f3438172fc501927f01
/
.
/
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