brintos

brintos / linux-shallow public Read only

0
0
Text · 203 B · ce54102 Raw
11 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# AMD Passthru DMA driver4#5 6obj-$(CONFIG_AMD_PTDMA) += ptdma.o7 8ptdma-objs := ptdma-dev.o ptdma-dmaengine.o ptdma-debugfs.o9 10ptdma-$(CONFIG_PCI) += ptdma-pci.o11