62304fb1fc
sync_file is useful to connect one or more fences to the file. The file is used by userspace to track fences between drivers that share DMA bufs. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3 lines
95 B
Makefile
3 lines
95 B
Makefile
obj-y := dma-buf.o fence.o reservation.o seqno-fence.o
|
|
obj-$(CONFIG_SYNC_FILE) += sync_file.o
|