Sign in
cos
/
third_party
/
kernel
/
deeeb8e797576b7e1e58e75b8b6d20d26d3ea7ab
/
.
/
scripts
/
Makefile.kmsan
blob: b5b0aa61322ecaedaca55e3d6d0860775ec633fc [
file
]
# SPDX-License-Identifier: GPL-2.0
kmsan
-
cflags
:=
-
fsanitize
=
kernel
-
memory
ifdef CONFIG_KMSAN_CHECK_PARAM_RETVAL
kmsan
-
cflags
+=
-
fsanitize
-
memory
-
param
-
retval
endif
export
CFLAGS_KMSAN
:=
$
(
kmsan
-
cflags
)