diff options
author | Sinan Kaya <okaya@codeaurora.org> | 2016-02-05 07:34:32 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-03-11 05:12:06 +0300 |
commit | d9b31efcbf41cd249419bca82065976ca44e3ae9 (patch) | |
tree | 0eddf34094db72db28d01f730493b6d5593bc1d0 /drivers/dma/qcom/Makefile | |
parent | 458f5884a1972f26c5260539822b0d158dd85e92 (diff) | |
download | linux-d9b31efcbf41cd249419bca82065976ca44e3ae9.tar.xz |
dmaengine: qcom_bam_dma: move to qcom directory
Creating a QCOM directory for all QCOM DMA source files.
Signed-off-by: Sinan Kaya <okaya@codeaurora.org>
Reviewed-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/qcom/Makefile')
-rw-r--r-- | drivers/dma/qcom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/qcom/Makefile b/drivers/dma/qcom/Makefile new file mode 100644 index 000000000000..f612ae303ee0 --- /dev/null +++ b/drivers/dma/qcom/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_QCOM_BAM_DMA) += bam_dma.o |