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:13 -0600
commitcacade1946a41b38dcdf3defb0f931453587eac9 (patch)
treedee04c40fa2b4fe6a91929e16d9fc237499a48cf /samples/vfio-mdev/Makefile
parentsample: vfio mdev display - host device (diff)
downloadlinux-dev-cacade1946a41b38dcdf3defb0f931453587eac9.tar.xz
linux-dev-cacade1946a41b38dcdf3defb0f931453587eac9.zip
sample: vfio mdev display - guest driver
Guest fbdev driver for CONFIG_SAMPLE_VFIO_MDEV_MDPY. 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 031d6b88e9e9..7a5790aaec9c 100644
--- a/samples/vfio-mdev/Makefile
+++ b/samples/vfio-mdev/Makefile
@@ -1,2 +1,3 @@
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