aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ptdma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/ptdma/Makefile')
-rw-r--r--drivers/dma/ptdma/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/dma/ptdma/Makefile b/drivers/dma/ptdma/Makefile
new file mode 100644
index 000000000000..ce5410268a9a
--- /dev/null
+++ b/drivers/dma/ptdma/Makefile
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# AMD Passthru DMA driver
+#
+
+obj-$(CONFIG_AMD_PTDMA) += ptdma.o
+
+ptdma-objs := ptdma-dev.o ptdma-dmaengine.o ptdma-debugfs.o
+
+ptdma-$(CONFIG_PCI) += ptdma-pci.o