drivers/nvme/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/nvme/Makefile
Extension
[no extension]
Size
93 bytes
Lines
6
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-only

obj-y		+= common/
obj-y		+= host/
obj-y		+= target/

Annotation

Implementation Notes