git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
6 lines
221 B
Makefile
6 lines
221 B
Makefile
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
|