Makefile (efa04fefebbd724ffda7f49e42d057a7217c45b0) Makefile (b61614ec318aae0c77ecd2816878d851dd61d9a6)
1# SPDX-License-Identifier: GPL-2.0
2obj-y += heap-helpers.o
3obj-$(CONFIG_DMABUF_HEAPS_SYSTEM) += system_heap.o
1# SPDX-License-Identifier: GPL-2.0
2obj-y += heap-helpers.o
3obj-$(CONFIG_DMABUF_HEAPS_SYSTEM) += system_heap.o
4obj-$(CONFIG_DMABUF_HEAPS_CMA) += cma_heap.o