aboutsummaryrefslogtreecommitdiffstats
path: root/samples/vfio-mdev/Makefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-05-11 09:05:04 -0600
committerAlex Williamson <alex.williamson@redhat.com>2018-06-08 10:24:16 -0600
commita5e6e6505f38f7bce1d3576503a2bffff3fa888c (patch)
treeb211d78579f7056b73a05f927e2e96d58ca8278e /samples/vfio-mdev/Makefile
parentsample: vfio mdev display - guest driver (diff)
downloadlinux-dev-a5e6e6505f38f7bce1d3576503a2bffff3fa888c.tar.xz
linux-dev-a5e6e6505f38f7bce1d3576503a2bffff3fa888c.zip
sample: vfio bochs vbe display (host device for bochs-drm)
Display device, demo-ing the vfio dmabuf display interface (VFIO_GFX_PLANE_TYPE_DMABUF). Compatible enough to qemu stdvga that bochs-drm.ko can be used as guest driver. 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 7a5790aaec9c..7db889ca135c 100644
--- a/samples/vfio-mdev/Makefile
+++ b/samples/vfio-mdev/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_SAMPLE_VFIO_MDEV_MTTY) += mtty.o
obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY) += mdpy.o
obj-$(CONFIG_SAMPLE_VFIO_MDEV_MDPY_FB) += mdpy-fb.o
+obj-$(CONFIG_SAMPLE_VFIO_MDEV_MBOCHS) += mbochs.o