blob: 6e54cdec3da02bbc4b5d7e10ebb881855ab2ac0e [file] [log] [blame]
John Stultz5248eb12019-12-03 17:26:38 +00001# SPDX-License-Identifier: GPL-2.0
2obj-y += heap-helpers.o
John Stultzefa04fe2019-12-03 17:26:39 +00003obj-$(CONFIG_DMABUF_HEAPS_SYSTEM) += system_heap.o
John Stultzb61614e2019-12-03 17:26:40 +00004obj-$(CONFIG_DMABUF_HEAPS_CMA) += cma_heap.o