diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-05-17 06:45:27 +0200 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-05-17 06:45:27 +0200 |
commit | 0f5c85f48a3d5cb4f551a7d68592085e75591df3 (patch) | |
tree | 522667aa670e1e0f97e7d8173d9b39933a23346c /drivers/dma/Makefile | |
parent | Merge branch 'topic/sun6i' into for-linus (diff) | |
parent | MAINTAINERS: Update Tegra DMA maintainers (diff) | |
download | linux-0f5c85f48a3d5cb4f551a7d68592085e75591df3.tar.xz linux-0f5c85f48a3d5cb4f551a7d68592085e75591df3.zip |
Merge branch 'topic/tegra' into for-linus
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index 6084127c1486..614f28b0b739 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -59,6 +59,7 @@ obj-$(CONFIG_STM32_DMA) += stm32-dma.o obj-$(CONFIG_S3C24XX_DMAC) += s3c24xx-dma.o obj-$(CONFIG_TXX9_DMAC) += txx9dmac.o obj-$(CONFIG_TEGRA20_APB_DMA) += tegra20-apb-dma.o +obj-$(CONFIG_TEGRA210_ADMA) += tegra210-adma.o obj-$(CONFIG_TIMB_DMA) += timb_dma.o obj-$(CONFIG_TI_CPPI41) += cppi41.o obj-$(CONFIG_TI_DMA_CROSSBAR) += ti-dma-crossbar.o |