drivers/pci/endpoint/functions/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/pci/endpoint/functions/Makefile
Extension
[no extension]
Size
259 bytes
Lines
10
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 Endpoint Functions
#

obj-$(CONFIG_PCI_EPF_TEST)		+= pci-epf-test.o
obj-$(CONFIG_PCI_EPF_NTB)		+= pci-epf-ntb.o
obj-$(CONFIG_PCI_EPF_VNTB) 		+= pci-epf-vntb.o
obj-$(CONFIG_PCI_EPF_MHI)		+= pci-epf-mhi.o

Annotation

Implementation Notes