4 lines
167 B
Makefile
Executable file
4 lines
167 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_MTK_UART_APDMA) += mtk-uart-apdma.o
|
|
obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o
|
|
obj-$(CONFIG_MTK_CQDMA) += mtk-cqdma.o
|