drivers/dma/amd/ae4dma/Makefile

Source file repositories/reference/linux-study-clean/drivers/dma/amd/ae4dma/Makefile

File Facts

System
Linux kernel
Corpus path
drivers/dma/amd/ae4dma/Makefile
Extension
[no extension]
Size
164 bytes
Lines
11
Domain
Driver Families
Bucket
drivers/dma
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
#
# AMD AE4DMA driver
#

obj-$(CONFIG_AMD_AE4DMA) += ae4dma.o

ae4dma-objs := ae4dma-dev.o

ae4dma-$(CONFIG_PCI) += ae4dma-pci.o

Annotation

Implementation Notes