drivers/nvme/common/Makefile

Source file repositories/reference/linux-study-clean/drivers/nvme/common/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/nvme/common/Makefile
Extension
[no extension]
Size
259 bytes
Lines
12
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: build/configuration rule
Status
atlas-only

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0

ccflags-y			+= -I$(src)

obj-$(CONFIG_NVME_AUTH)		+= nvme-auth.o
obj-$(CONFIG_NVME_KEYRING)	+= nvme-keyring.o

nvme-auth-y			+= auth.o
nvme-keyring-y			+= keyring.o

obj-$(CONFIG_NVME_AUTH_KUNIT_TEST) += tests/auth_kunit.o

Annotation

Implementation Notes