Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul...
[linux-2.6-microblaze.git] / drivers / dma / ptdma / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # AMD Passthru DMA driver
4 #
5
6 obj-$(CONFIG_AMD_PTDMA) += ptdma.o
7
8 ptdma-objs := ptdma-dev.o ptdma-dmaengine.o ptdma-debugfs.o
9
10 ptdma-$(CONFIG_PCI) += ptdma-pci.o