[PATCH v3 41/57] scsi: mpt3sas: Enable lock context analysis
Bart Van Assche <[email protected]> Thu, 30 Jul 2026 15:45:24 -0700
| Newsgroups | org.kernel.vger.linux-scsi |
|---|---|
| Message-ID | <347f00c05651b9137b01d5541f03c8a0e71a2192.1785451174.git.bvanassche@acm.org> |
Signed-off-by: Bart Van Assche <[email protected]> --- drivers/scsi/mpt3sas/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/scsi/mpt3sas/Makefile b/drivers/scsi/mpt3sas/Makefile index 18e2d87eb4a2..c698a106f3e3 100644 --- a/drivers/scsi/mpt3sas/Makefile +++ b/drivers/scsi/mpt3sas/Makefile @@ -1,5 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 # mpt3sas makefile + +CONTEXT_ANALYSIS := y + obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas.o mpt3sas-y += mpt3sas_base.o \ mpt3sas_config.o \