Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.kcsan « scripts - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caf1111a28ae59535c3a08563820f7b25c488ad9 (plain)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0
ifdef CONFIG_KCSAN

CFLAGS_KCSAN := -fsanitize=thread

endif # CONFIG_KCSAN