summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNilay Shroff <nilay@linux.ibm.com>2026-07-13 17:24:21 +0530
committerKeith Busch <kbusch@kernel.org>2026-07-28 10:37:57 -0700
commitfccada336f6d29344e3853d44b96684807dd7d7d (patch)
tree0a4858aaefc1e23418d9d6825910325296dc5d51
parent521b1587de93650950d59b59b058bf5c24230973 (diff)
downloadlinux-next-fccada336f6d29344e3853d44b96684807dd7d7d.tar.gz
linux-next-fccada336f6d29344e3853d44b96684807dd7d7d.zip
nvme: enable context analysis support for nvme host driver
Update nvme host driver makefile to enable support for the Clang's context anaysis. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Nilay Shroff <nilay@linux.ibm.com> Signed-off-by: Keith Busch <kbusch@kernel.org>
-rw-r--r--drivers/nvme/host/Makefile1
1 files changed, 1 insertions, 0 deletions
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