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>
This commit is contained in:
Heiko Carstens 2026-08-06 17:38:48 +02:00 committed by Christian Borntraeger
parent c39c3d231f
commit 7008546c7b

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)