diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-05 18:01:47 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2018-10-15 09:57:33 +0200 |
commit | a0d098b7942bf8522375c2f899d89c39b7f3c899 (patch) | |
tree | 4c0e36f6cedd588483a1b4aa9c11e009ce571290 /hw/display/Makefile.objs | |
parent | cc22c1bf5d22f37b0dc680cd98761fcf30b93442 (diff) | |
download | qemu-a0d098b7942bf8522375c2f899d89c39b7f3c899.zip qemu-a0d098b7942bf8522375c2f899d89c39b7f3c899.tar.gz qemu-a0d098b7942bf8522375c2f899d89c39b7f3c899.tar.bz2 |
bochs-display: wire up edid support
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-id: 20181005160147.892-3-kraxel@redhat.com
Diffstat (limited to 'hw/display/Makefile.objs')
-rw-r--r-- | hw/display/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/display/Makefile.objs b/hw/display/Makefile.objs index 2a0de16..2e1b1bc 100644 --- a/hw/display/Makefile.objs +++ b/hw/display/Makefile.objs @@ -19,6 +19,7 @@ common-obj-$(CONFIG_VGA_ISA) += vga-isa.o common-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o common-obj-$(CONFIG_VMWARE_VGA) += vmware_vga.o common-obj-$(CONFIG_BOCHS_DISPLAY) += bochs-display.o +common-obj-$(CONFIG_BOCHS_DISPLAY) += edid-region.o common-obj-$(CONFIG_BLIZZARD) += blizzard.o common-obj-$(CONFIG_EXYNOS4) += exynos4210_fimd.o |