summaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann2018-05-11 17:05:03 +0200
committerAlex Williamson2018-06-08 18:24:09 +0200
commitd61fc96f47fdac1f031ed4eafa9106fe10cdaa37 (patch)
tree08b7ef5d11978851ada2d64d7e68d87a85de59a6 /samples/vfio-mdev/Makefile
parentvfio/type1: Fix task tracking for QEMU vCPU hotplug (diff)
downloadkernel-qcow2-linux-d61fc96f47fdac1f031ed4eafa9106fe10cdaa37.tar.gz
kernel-qcow2-linux-d61fc96f47fdac1f031ed4eafa9106fe10cdaa37.tar.xz
kernel-qcow2-linux-d61fc96f47fdac1f031ed4eafa9106fe10cdaa37.zip
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