Sign in
android-kvm
/
linux
/
b03a4342142be0c608061a91fa52ec21f6853152
/
.
/
tools
/
testing
/
selftests
/
fchmodat2
/
Makefile
blob: 20839f8e43f2a8a51d1f9472436ddc362e87bf3a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-or-later
CFLAGS
+=
-
Wall
-
O2
-
g
-
fsanitize
=
address
-
fsanitize
=
undefined $
(
KHDR_INCLUDES
)
TEST_GEN_PROGS
:=
fchmodat2_test
include
../
lib
.
mk