drivers/pci/msi/Makefile

Source file repositories/reference/linux-study-clean/drivers/pci/msi/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/pci/msi/Makefile
Extension
[no extension]
Size
200 bytes
Lines
7
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
#
# Makefile for the PCI/MSI
obj-$(CONFIG_PCI)			+= pcidev_msi.o
obj-$(CONFIG_PCI_MSI)			+= api.o msi.o irqdomain.o
obj-$(CONFIG_PCI_MSI_ARCH_FALLBACKS)	+= legacy.o

Annotation

Implementation Notes