D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
linux-headers-7.0.0-27-generic
/
scripts
/
Filename :
Makefile.context-analysis
back
Copy
# 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)