drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git] / scripts / Makefile.kmsan
blobb5b0aa61322ecaedaca55e3d6d0860775ec633fc
1 # SPDX-License-Identifier: GPL-2.0
2 kmsan-cflags := -fsanitize=kernel-memory
4 ifdef CONFIG_KMSAN_CHECK_PARAM_RETVAL
5 kmsan-cflags += -fsanitize-memory-param-retval
6 endif
8 export CFLAGS_KMSAN := $(kmsan-cflags)