diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-03-13 11:17:29 -0600 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2018-03-13 11:17:29 -0600 |
commit | a9994687cb9b5f72399398a0985419f4d2b95dc5 (patch) | |
tree | 402f3fb15d2af321750ff23eecf84854b77db14e /hw/vfio/Makefile.objs | |
parent | 92f86bff088dc6f0c0ed93b8e82d4d2459c35145 (diff) | |
download | qemu-a9994687cb9b5f72399398a0985419f4d2b95dc5.zip qemu-a9994687cb9b5f72399398a0985419f4d2b95dc5.tar.gz qemu-a9994687cb9b5f72399398a0985419f4d2b95dc5.tar.bz2 |
vfio/display: core & wireup
Infrastructure for display support. Must be enabled
using 'display' property.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed By: Kirti Wankhede <kwankhede@nvidia.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/vfio/Makefile.objs')
-rw-r--r-- | hw/vfio/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/vfio/Makefile.objs b/hw/vfio/Makefile.objs index c3ab909..a2e7a0a 100644 --- a/hw/vfio/Makefile.objs +++ b/hw/vfio/Makefile.objs @@ -1,6 +1,6 @@ ifeq ($(CONFIG_LINUX), y) obj-$(CONFIG_SOFTMMU) += common.o -obj-$(CONFIG_PCI) += pci.o pci-quirks.o +obj-$(CONFIG_PCI) += pci.o pci-quirks.o display.o obj-$(CONFIG_VFIO_CCW) += ccw.o obj-$(CONFIG_SOFTMMU) += platform.o obj-$(CONFIG_VFIO_XGMAC) += calxeda-xgmac.o |