diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-09-10 13:04:17 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-12 10:13:23 +0200 |
commit | 7a4dfd1e4a741991df1acf31672b391648e0aa0c (patch) | |
tree | 4a58d9f926de325a788d4d35d4f37e0af5706cf0 /roms/Makefile | |
parent | a94f0c5ca2f0e3dba4a64f40c9d2e1149017d81d (diff) |
virtio-vga: add vgabios configuration
Add seavgabios configuration for virtio-vga,
hook up the new vgabios in the makefiles.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms/Makefile')
-rw-r--r-- | roms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roms/Makefile b/roms/Makefile index 610b534628..c76cd5b6d2 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -1,5 +1,5 @@ -vgabios_variants := stdvga cirrus vmware qxl isavga +vgabios_variants := stdvga cirrus vmware qxl isavga virtio vgabios_targets := $(subst -isavga,,$(patsubst %,vgabios-%.bin,$(vgabios_variants))) pxerom_variants := e1000 eepro100 ne2k_pci pcnet rtl8139 virtio pxerom_targets := 8086100e 80861209 10500940 10222000 10ec8139 1af41000 |