]> Git Repo - J-linux.git/blob - scripts/Makefile.kmsan
mei: Add transport driver for IVSC device
[J-linux.git] / scripts / Makefile.kmsan
1 # SPDX-License-Identifier: GPL-2.0
2 kmsan-cflags := -fsanitize=kernel-memory
3
4 ifdef CONFIG_KMSAN_CHECK_PARAM_RETVAL
5 kmsan-cflags += -fsanitize-memory-param-retval
6 endif
7
8 export CFLAGS_KMSAN := $(kmsan-cflags)
This page took 0.02741 seconds and 4 git commands to generate.