linuxOS_D21X/source/linux-5.10/drivers/dma-buf/heaps/Makefile
2024-11-29 16:13:46 +08:00

7 lines
250 B
Makefile

# SPDX-License-Identifier: GPL-2.0
obj-y += heap-helpers.o
obj-$(CONFIG_DMABUF_HEAPS_SYSTEM) += system_heap.o
obj-$(CONFIG_DMABUF_HEAPS_CMA) += cma_heap.o
obj-$(CONFIG_DMABUF_HEAPS_MPP) += mpp_heap.o
obj-$(CONFIG_MPP_DEBUGFS) += mpp_debugfs.o