summaryrefslogtreecommitdiff
path: root/drivers/dma/ti/Makefile
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2018-04-25 11:45:03 +0300
committerVinod Koul <vkoul@kernel.org>2018-04-25 12:26:21 +0300
commitd88b1397c674178e595319fab4a3cd434c915639 (patch)
treec8598cfe8938b099af480888e923618033ddcea1 /drivers/dma/ti/Makefile
parent60cc43fc888428bb2f18f08997432d426a243338 (diff)
downloadlinux-d88b1397c674178e595319fab4a3cd434c915639.tar.xz
dmaengine: ti: New directory for Texas Instruments DMA drivers
Collect the Texas Instruments DMA drivers under drivers/dma/ti/ Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ti/Makefile')
-rw-r--r--drivers/dma/ti/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/dma/ti/Makefile b/drivers/dma/ti/Makefile
new file mode 100644
index 000000000000..113e59ec9c32
--- /dev/null
+++ b/drivers/dma/ti/Makefile
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_TI_CPPI41) += cppi41.o
+obj-$(CONFIG_TI_EDMA) += edma.o
+obj-$(CONFIG_DMA_OMAP) += omap-dma.o
+obj-$(CONFIG_TI_DMA_CROSSBAR) += dma-crossbar.o