mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 12:52:29 -04:00
s390: Enable CONTEXT_ANALYSIS for various directories
Enable CONTEXT_ANALYSIS for various directories which do not generate any warnings (anymore). Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
committed by
Vasily Gorbik
parent
fa25991cbf
commit
29a63aa52d
@@ -3,6 +3,8 @@
|
||||
# Makefile for the Linux - z/VM Monitor Stream.
|
||||
#
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
obj-$(CONFIG_APPLDATA_BASE) += appldata_base.o
|
||||
obj-$(CONFIG_APPLDATA_MEM) += appldata_mem.o
|
||||
obj-$(CONFIG_APPLDATA_OS) += appldata_os.o
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
# Makefile for the linux hypfs filesystem routines.
|
||||
#
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
obj-$(CONFIG_S390_HYPFS) += hypfs_dbfs.o
|
||||
obj-$(CONFIG_S390_HYPFS) += hypfs_diag.o
|
||||
obj-$(CONFIG_S390_HYPFS) += hypfs_diag0c.o
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
# Makefile for the linux kernel.
|
||||
#
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
ifdef CONFIG_FUNCTION_TRACER
|
||||
|
||||
# Do not trace tracer code
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
# Makefile for s390-specific library files..
|
||||
#
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
# string.o implements standard library functions like memset/memcpy etc.
|
||||
# Use -ffreestanding to ensure that the compiler does not try to "optimize"
|
||||
# them into calls to themselves.
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
# Makefile for the linux s390-specific parts of the memory manager.
|
||||
#
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
obj-y := init.o fault.o extmem.o mmap.o vmem.o maccess.o
|
||||
obj-y += page-states.o pageattr.o pgtable.o pgalloc.o extable.o
|
||||
|
||||
|
||||
@@ -2,5 +2,8 @@
|
||||
#
|
||||
# Arch-specific network modules
|
||||
#
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o bpf_timed_may_goto.o
|
||||
obj-$(CONFIG_HAVE_PNETID) += pnet.o
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
CONTEXT_ANALYSIS := y
|
||||
|
||||
purgatory-y := head.o purgatory.o string.o sha256.o
|
||||
|
||||
targets += $(purgatory-y) purgatory.lds purgatory purgatory.chk purgatory.ro
|
||||
|
||||
Reference in New Issue
Block a user