summaryrefslogtreecommitdiffstats
path: root/drivers/dma/ptdma/Makefile
diff options
context:
space:
mode:
authorSanjay R Mehta <sanju.mehta@amd.com>2021-08-17 08:55:59 -0500
committerVinod Koul <vkoul@kernel.org>2021-08-29 19:14:20 +0530
commite2fb2e2a33fae6009bf68574a7eec8fcfdf9c78e (patch)
tree29fca1b073cb6d133308ed933f0ddc028e82fa51 /drivers/dma/ptdma/Makefile
parentb0b4a6b10577a2e7eaf36f46781f4759b03321a7 (diff)
downloadlinux-e2fb2e2a33fae6009bf68574a7eec8fcfdf9c78e.tar.bz2
dmaengine: ptdma: Add debugfs entries for PTDMA
Expose data about the configuration and operation of the PTDMA through debugfs entries: device name, capabilities, configuration, statistics. Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com> Link: https://lore.kernel.org/r/1629208559-51964-4-git-send-email-Sanju.Mehta@amd.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ptdma/Makefile')
-rw-r--r--drivers/dma/ptdma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ptdma/Makefile b/drivers/dma/ptdma/Makefile
index a528cb02e93e..ce5410268a9a 100644
--- a/drivers/dma/ptdma/Makefile
+++ b/drivers/dma/ptdma/Makefile
@@ -5,6 +5,6 @@
obj-$(CONFIG_AMD_PTDMA) += ptdma.o
-ptdma-objs := ptdma-dev.o ptdma-dmaengine.o
+ptdma-objs := ptdma-dev.o ptdma-dmaengine.o ptdma-debugfs.o
ptdma-$(CONFIG_PCI) += ptdma-pci.o