diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-05-11 09:05:04 -0600 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2018-06-08 10:24:13 -0600 |
commit | cacade1946a41b38dcdf3defb0f931453587eac9 (patch) | |
tree | dee04c40fa2b4fe6a91929e16d9fc237499a48cf /samples/vfio-mdev/Makefile | |
parent | d61fc96f47fdac1f031ed4eafa9106fe10cdaa37 (diff) |
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/Makefile | 1 |
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 |