Sign in
nest-open-source
/
manifest_repos
/
kernel
/
ee41e0a917f3f2f35422a93505fb4134ea69e553
/
.
/
tools
/
testing
/
selftests
/
fchmodat2
/
Makefile
blob: 71ec34bf1501e275cbf229861dc6daad59fd905f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-or-later
CFLAGS
+=
-
Wall
-
O2
-
g
-
fsanitize
=
address
-
fsanitize
=
undefined
-
static
-
libasan $
(
KHDR_INCLUDES
)
TEST_GEN_PROGS
:=
fchmodat2_test
include
../
lib
.
mk