diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-03-14 06:48:22 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-03-14 06:48:22 +0100 |
commit | 254efeec3154bb0f373f10a069d5ad05cff9d310 (patch) | |
tree | 4e3be2dbf6c9438ce96738d991a40abffe724680 /drivers/dma/qcom/Makefile | |
parent | Merge branch 'topic/pl330' into for-linus (diff) | |
parent | dmaengine: add Qualcomm Technologies HIDMA channel driver (diff) | |
download | linux-254efeec3154bb0f373f10a069d5ad05cff9d310.tar.xz linux-254efeec3154bb0f373f10a069d5ad05cff9d310.zip |
Merge branch 'topic/qcom' into for-linus
Diffstat (limited to 'drivers/dma/qcom/Makefile')
-rw-r--r-- | drivers/dma/qcom/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dma/qcom/Makefile b/drivers/dma/qcom/Makefile new file mode 100644 index 000000000000..bfea6990229f --- /dev/null +++ b/drivers/dma/qcom/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_QCOM_BAM_DMA) += bam_dma.o +obj-$(CONFIG_QCOM_HIDMA_MGMT) += hdma_mgmt.o +hdma_mgmt-objs := hidma_mgmt.o hidma_mgmt_sys.o |