drivers/vfio/pci/pds/Makefile

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

File Facts

System
Linux kernel
Corpus path
drivers/vfio/pci/pds/Makefile
Extension
[no extension]
Size
209 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/vfio
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2023 Advanced Micro Devices, Inc.

obj-$(CONFIG_PDS_VFIO_PCI) += pds-vfio-pci.o

pds-vfio-pci-y := \
	cmds.o		\
	dirty.o		\
	lm.o		\
	pci_drv.o	\
	vfio_dev.o

Annotation

Implementation Notes