drivers/pci/pcie/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/pci/pcie/Makefile
Extension
[no extension]
Size
460 bytes
Lines
17
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 PCI Express features and port driver

pcieportdrv-y			:= portdrv.o rcec.o

obj-$(CONFIG_PCIEPORTBUS)	+= pcieportdrv.o bwctrl.o

obj-y				+= aspm.o
obj-$(CONFIG_PCIEAER)		+= aer.o err.o tlp.o
obj-$(CONFIG_CXL_RAS)		+= aer_cxl_rch.o
obj-$(CONFIG_PCIEAER_INJECT)	+= aer_inject.o
obj-$(CONFIG_PCIE_PME)		+= pme.o
obj-$(CONFIG_PCIE_DPC)		+= dpc.o
obj-$(CONFIG_PCIE_PTM)		+= ptm.o
obj-$(CONFIG_PCIE_EDR)		+= edr.o

Annotation

Implementation Notes