mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
7 lines
111 B
Makefile
7 lines
111 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
ifdef CONFIG_KCSAN
|
||
|
|
||
|
CFLAGS_KCSAN := -fsanitize=thread
|
||
|
|
||
|
endif # CONFIG_KCSAN
|