s390/char: Enable CONTEXT_ANALYSIS

All character drivers pass clang's compile time context analysis.
Therefore enable CONTEXT_ANALYSIS.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
Heiko Carstens 2026-08-06 17:53:03 +02:00 committed by Vasily Gorbik
parent 707b802e5c
commit c79e1baef9

View File

@ -3,6 +3,8 @@
# S/390 character devices
#
CONTEXT_ANALYSIS := y
ifdef CONFIG_FUNCTION_TRACER
# Do not trace early setup code
CFLAGS_REMOVE_sclp_early_core.o = $(CC_FLAGS_FTRACE)