diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-15 14:08:51 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-17 14:16:19 +0200 |
commit | 38edb514c9c2cba3c3d536504b2cddbfdc915056 (patch) | |
tree | c0f14eaa6124ca1d3d67b61c39c6f85cf5c6d827 /pc-bios/meson.build | |
parent | be404fa560c72f1810c506cb83673a71ee72cd49 (diff) | |
download | qemu-38edb514c9c2cba3c3d536504b2cddbfdc915056.zip qemu-38edb514c9c2cba3c3d536504b2cddbfdc915056.tar.gz qemu-38edb514c9c2cba3c3d536504b2cddbfdc915056.tar.bz2 |
seabios: add bios-microvm.bin binary
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Sergio Lopez <slp@redhat.com>
Message-id: 20200915120909.20838-4-kraxel@redhat.com
Diffstat (limited to 'pc-bios/meson.build')
-rw-r--r-- | pc-bios/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pc-bios/meson.build b/pc-bios/meson.build index 9759dba..a0d21be 100644 --- a/pc-bios/meson.build +++ b/pc-bios/meson.build @@ -27,6 +27,7 @@ endif blobs = files( 'bios.bin', 'bios-256k.bin', + 'bios-microvm.bin', 'qboot.rom', 'sgabios.bin', 'vgabios.bin', |