You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
334 B
8 lines
334 B
# 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
|
|
obj-$(CONFIG_QCOM_PCI_EDMA) += pci-edma.o
|
|
|