[PATCH v4 20/20] nvme: enable context analysis support for nvme host driver
Nilay Shroff <[email protected]>
| Newsgroups | org.infradead.lists.linux-nvme,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Update nvme host driver makefile to enable support for the Clang's context anaysis. Signed-off-by: Nilay Shroff <[email protected]> --- 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