mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 23:25:37 +07:00
52791eeec1
Be more consistent with the naming of the other DMA-buf objects. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/323401/
7 lines
261 B
Makefile
7 lines
261 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-resv.o seqno-fence.o
|
|
obj-$(CONFIG_SYNC_FILE) += sync_file.o
|
|
obj-$(CONFIG_SW_SYNC) += sw_sync.o sync_debug.o
|
|
obj-$(CONFIG_UDMABUF) += udmabuf.o
|