android_kernel_xiaomi_sm7250/drivers/dma/qcom/Makefile
Vipin Deep Kaur 7558211242 dmaengine: gpi: add GPI dmaengine driver snapshot
This change ports GPI dmaengine driver and its dependencies
from msm-4.14 to msm-4.19. All the files are as is from
msm-4.14. Additional changes were made to gpi driver to
support 4.19 kernel.

This gpi dmaengine driver snapshot is taken as of msm-4.14
commit: 7e09c6dae184
("Merge "diag: dci: Validate dci client entries prior read"").

Change-Id: Ib376405e5dced340d900a6938285847ad0ae7fbd
Signed-off-by: Vipin Deep Kaur <vkaur@codeaurora.org>
2019-01-16 18:40:11 +05:30

8 lines
292 B
Makefile

# SPDX-License-Identifier: GPL-2.0
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
obj-$(CONFIG_QCOM_HIDMA) += hdma.o
hdma-objs := hidma_ll.o hidma.o hidma_dbg.o
obj-$(CONFIG_QCOM_GPI_DMA) += gpi.o