summaryrefslogtreecommitdiff
path: root/drivers/dma-buf/Makefile
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2019-08-19 10:59:27 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2019-08-19 18:09:46 +0100
commit2989f6451084aed3f8cc9992477f7a9bf57a3716 (patch)
treef14b0e6feff554f35a848ac10ab9177461eefd4d /drivers/dma-buf/Makefile
parent9536b64ac0d6e3151963a11441dde7ade045fb29 (diff)
dma-buf: Add selftests for dma-fence
Exercise the dma-fence API exported to drivers. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20190819095928.32091-2-chris@chris-wilson.co.uk
Diffstat (limited to 'drivers/dma-buf/Makefile')
-rw-r--r--drivers/dma-buf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/dma-buf/Makefile b/drivers/dma-buf/Makefile
index b5ae122a9349..03479da06422 100644
--- a/drivers/dma-buf/Makefile
+++ b/drivers/dma-buf/Makefile
@@ -5,5 +5,8 @@ obj-$(CONFIG_SYNC_FILE) += sync_file.o
obj-$(CONFIG_SW_SYNC) += sw_sync.o sync_debug.o
obj-$(CONFIG_UDMABUF) += udmabuf.o
-dmabuf_selftests-y := selftest.o
+dmabuf_selftests-y := \
+ selftest.o \
+ st-dma-fence.o
+
obj-$(CONFIG_DMABUF_SELFTESTS) += dmabuf_selftests.o