4e30a51375
The "rk_dma_heap_cma" is a early param to setup a cma crea. Separate it from the dma heap driver makes driver reasonable more. This patch only do codingstyle without any fix to driver. Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> Change-Id: I885082f44fc8aff2d07f403fca0cfe70b16abcbd
7 lines
199 B
Makefile
7 lines
199 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
rk-cma-heap-objs := rk-dma-cma.o rk-cma-heap.o
|
|
|
|
obj-$(CONFIG_DMABUF_HEAPS_ROCKCHIP) += rk-dma-heap.o
|
|
obj-$(CONFIG_DMABUF_HEAPS_ROCKCHIP_CMA_HEAP) += rk-cma-heap.o
|