mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 03:50:53 +07: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
|