From d61fc96f47fdac1f031ed4eafa9106fe10cdaa37 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 11 May 2018 09:05:03 -0600 Subject: 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 Signed-off-by: Alex Williamson --- samples/vfio-mdev/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'samples/vfio-mdev/Makefile') 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 -- cgit v1.2.3-59-g8ed1b