Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.6-rc4 4 lines 160 B view raw
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