Sign in
◑
Theme
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
sailus
/
linux-next
/
6a11040fb4c4a0e2b1417bda5d9af4abaed93ddf
/
.
/
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
)