[PATCH 15/15] nvme: enable Clang context analysis support for nvme host driver
From: Nilay Shroff
Date: Wed Jun 10 2026 - 10:31:32 EST
Update nvme host driver makefile to enable support for the Clang's
context anaysis.
Signed-off-by: Nilay Shroff <nilay@xxxxxxxxxxxxx>
---
drivers/nvme/host/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/nvme/host/Makefile b/drivers/nvme/host/Makefile
index 6414ec968f99..67563a69f7dc 100644
--- a/drivers/nvme/host/Makefile
+++ b/drivers/nvme/host/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
+CONTEXT_ANALYSIS := y
ccflags-y += -I$(src)
obj-$(CONFIG_NVME_CORE) += nvme-core.o
--
2.53.0