summaryrefslogtreecommitdiffstats
path: root/drivers/dma-buf/Makefile
diff options
context:
space:
mode:
authorGustavo Padovan2016-04-28 15:46:58 +0200
committerGreg Kroah-Hartman2016-04-30 02:37:10 +0200
commit62304fb1fc0801925568e191261b650e1546ce8c (patch)
tree08b95e26606d3bd4cf8f4a097fbcfa1fbc11e677 /drivers/dma-buf/Makefile
parentdma-buf/sync_file: de-stage sync_file headers (diff)
downloadkernel-qcow2-linux-62304fb1fc0801925568e191261b650e1546ce8c.tar.gz
kernel-qcow2-linux-62304fb1fc0801925568e191261b650e1546ce8c.tar.xz
kernel-qcow2-linux-62304fb1fc0801925568e191261b650e1546ce8c.zip
dma-buf/sync_file: de-stage sync_file
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>
Diffstat (limited to 'drivers/dma-buf/Makefile')
-rw-r--r--drivers/dma-buf/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma-buf/Makefile b/drivers/dma-buf/Makefile
index 57a675f90cd0..4a424eca75ed 100644
--- a/drivers/dma-buf/Makefile
+++ b/drivers/dma-buf/Makefile
@@ -1 +1,2 @@
obj-y := dma-buf.o fence.o reservation.o seqno-fence.o
+obj-$(CONFIG_SYNC_FILE) += sync_file.o