xref: /kernel/linux/linux-6.6/scripts/Makefile.kmsan
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/scripts/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_cikmsan-cflags := -fsanitize=kernel-memory
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciifdef CONFIG_KMSAN_CHECK_PARAM_RETVAL
562306a36Sopenharmony_cikmsan-cflags += -fsanitize-memory-param-retval
662306a36Sopenharmony_ciendif
762306a36Sopenharmony_ci
862306a36Sopenharmony_ciexport CFLAGS_KMSAN := $(kmsan-cflags)
9

Indexes created Thu Nov 07 10:32:03 CST 2024