7 lines
118 B
Makefile
7 lines
118 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
ifdef CONFIG_KCSAN
|
|
|
|
export CFLAGS_KCSAN := -fsanitize=thread
|
|
|
|
endif # CONFIG_KCSAN
|