s390/cio: Enable CONTEXT_ANALYSIS

All cio code passes clang's compile time context analysis.
Therefore enable CONTEXT_ANALYSIS.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Acked-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
This commit is contained in:
Heiko Carstens 2026-08-06 17:38:48 +02:00 committed by Vasily Gorbik
parent aa8db8e37e
commit 6e1eb66b0a

View File

@ -3,6 +3,8 @@
# Makefile for the S/390 common i/o drivers
#
CONTEXT_ANALYSIS := y
# The following is required for define_trace.h to find ./trace.h
CFLAGS_trace.o := -I$(src)
CFLAGS_vfio_ccw_trace.o := -I$(src)