[PATCH 2/2] scsi: zfcp: Enable CONTEXT_ANALYSIS
Heiko Carstens <[email protected]> Thu, 6 Aug 2026 15:47:59 +0200
| Newsgroups | gmane.linux.scsi |
|---|---|
| Message-ID | <[email protected]> |
The zfcp driver passes clang's compile time context analysis. Therefore enable CONTEXT_ANALYSIS. Signed-off-by: Heiko Carstens <[email protected]> --- drivers/s390/scsi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/s390/scsi/Makefile b/drivers/s390/scsi/Makefile index 352056eb0dd1..01b41f7c6860 100644 --- a/drivers/s390/scsi/Makefile +++ b/drivers/s390/scsi/Makefile @@ -3,6 +3,8 @@ # Makefile for the S/390 specific device drivers # +CONTEXT_ANALYSIS := y + zfcp-objs := zfcp_aux.o zfcp_ccw.o zfcp_dbf.o zfcp_erp.o \ zfcp_fc.o zfcp_fsf.o zfcp_qdio.o zfcp_scsi.o zfcp_sysfs.o \ zfcp_unit.o zfcp_diag.o -- 2.53.0