drivers/pci/pwrctrl/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/pci/pwrctrl/Makefile
Extension
[no extension]
Size
334 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-only

obj-$(CONFIG_PCI_PWRCTRL)		+= pci-pwrctrl-core.o
pci-pwrctrl-core-y			:= core.o

obj-$(CONFIG_PCI_PWRCTRL_PWRSEQ)	+= pci-pwrctrl-pwrseq.o

obj-$(CONFIG_PCI_PWRCTRL_GENERIC)	+= pci-pwrctrl-generic.o
pci-pwrctrl-generic-y			:= generic.o

obj-$(CONFIG_PCI_PWRCTRL_TC9563)	+= pci-pwrctrl-tc9563.o

Annotation

Implementation Notes