[PATCH v3 27/57] scsi: hisi_sas: Enable lock context analysis
Bart Van Assche <[email protected]> Thu, 30 Jul 2026 15:45:10 -0700
| Newsgroups | org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <805f885fbac93c01cf2427cc144c48bd7c22a3c9.1785451174.git.bvanassche@acm.org> |
Signed-off-by: Bart Van Assche <[email protected]> --- drivers/scsi/hisi_sas/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/scsi/hisi_sas/Makefile b/drivers/scsi/hisi_sas/Makefile index 742e732cd51d..8576c78d4afe 100644 --- a/drivers/scsi/hisi_sas/Makefile +++ b/drivers/scsi/hisi_sas/Makefile @@ -1,4 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only + +CONTEXT_ANALYSIS := y + obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_main.o obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_v1_hw.o hisi_sas_v2_hw.o obj-$(CONFIG_SCSI_HISI_SAS_PCI) += hisi_sas_v3_hw.o