hc
2024-05-09 b9d5c334faa47a75f1f28e72d203fc0334e8471d
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_DMABUF_HEAPS_DEFERRED_FREE) += deferred-free-helper.o
obj-$(CONFIG_DMABUF_HEAPS_PAGE_POOL)    += page_pool.o
obj-$(CONFIG_DMABUF_HEAPS_SYSTEM)    += rk_system_heap.o
obj-$(CONFIG_DMABUF_HEAPS_CMA)        += rk_cma_heap.o
obj-$(CONFIG_DMABUF_HEAPS_SRAM)    += sram_heap.o