mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
Nothing uses this framework anymore, remove it. Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com> Link: https://lore.kernel.org/r/5-v1-0a349a394eff+14110-dmabuf_kunit_jgg@nvidia.com
17 lines
516 B
Makefile
17 lines
516 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y := dma-buf.o dma-fence.o dma-fence-array.o dma-fence-chain.o \
|
|
dma-fence-unwrap.o dma-resv.o dma-buf-mapping.o
|
|
obj-$(CONFIG_DMABUF_HEAPS) += dma-heap.o
|
|
obj-$(CONFIG_DMABUF_HEAPS) += heaps/
|
|
obj-$(CONFIG_SYNC_FILE) += sync_file.o
|
|
obj-$(CONFIG_SW_SYNC) += sw_sync.o sync_debug.o
|
|
obj-$(CONFIG_UDMABUF) += udmabuf.o
|
|
|
|
dmabuf_kunit-y := \
|
|
st-dma-fence.o \
|
|
st-dma-fence-chain.o \
|
|
st-dma-fence-unwrap.o \
|
|
st-dma-resv.o
|
|
|
|
obj-$(CONFIG_DMABUF_KUNIT_TEST) += dmabuf_kunit.o
|