Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/scripts/Makefile.context-analysis
121769 views
# SPDX-License-Identifier: GPL-2.0

context-analysis-cflags := -DWARN_CONTEXT_ANALYSIS		\
	-fexperimental-late-parse-attributes -Wthread-safety	\
	-Wthread-safety-pointer -Wthread-safety-beta

ifndef CONFIG_WARN_CONTEXT_ANALYSIS_ALL
context-analysis-cflags += --warning-suppression-mappings=$(srctree)/scripts/context-analysis-suppression.txt
endif

export CFLAGS_CONTEXT_ANALYSIS := $(context-analysis-cflags)