Sign in
android
/
kernel
/
common
/
42df7835f67d178ffe36fb06e16790d89b0cb13b
/
.
/
tools
/
testing
/
selftests
/
seccomp
/
Makefile
blob: 585f7a0c10cbea67d418366c94b3415cf9e00bfe [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
CFLAGS
+=
-
Wl
,-
no
-
as
-
needed
-
Wall
-
isystem
../../../../
usr
/
include
/
LDFLAGS
+=
-
lpthread
TEST_GEN_PROGS
:=
seccomp_bpf seccomp_benchmark
include
../
lib
.
mk