summaryrefslogtreecommitdiff
path: root/samples/vfio-mdev/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-05-11 09:05:03 -0600
committerAlex Williamson <alex.williamson@redhat.com>2018-06-08 10:24:09 -0600
commitd61fc96f47fdac1f031ed4eafa9106fe10cdaa37 (patch)
tree08b7ef5d11978851ada2d64d7e68d87a85de59a6 /samples/vfio-mdev/Makefile
parent48d8476b41eed63567dd2f0ad125c895b9ac648a (diff)
sample: vfio mdev display - host device
Simple framebuffer display, demo-ing the vfio region display interface (VFIO_GFX_PLANE_TYPE_REGION). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'samples/vfio-mdev/Makefile')
-rw-r--r--samples/vfio-mdev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/vfio-mdev/Makefile b/samples/vfio-mdev/Makefile
index cbbd868a50a8..031d6b88e9e9 100644
--- a/samples/vfio-mdev/Makefile
+++ b/samples/vfio-mdev/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_SAMPLE_VFIO_MDEV_MTTY) += mtty.o
+obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY) += mdpy.o