Sign in
linux
/
linux
/
kernel
/
git
/
gregkh
/
char-misc
/
refs/tags/v6.9-rc6
/
.
/
tools
/
testing
/
selftests
/
clone3
/
Makefile
blob: 84832c369a2ea33ac63b69d5812ebd7ba330b009 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
CFLAGS
+=
-
g
-
std
=
gnu99 $
(
KHDR_INCLUDES
)
LDLIBS
+=
-
lcap
TEST_GEN_PROGS
:=
clone3 clone3_clear_sighand clone3_set_tid \
clone3_cap_checkpoint_restore
include
../
lib
.
mk