aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Rogers <brogers@suse.com>2019-11-02 12:43:46 +0100
committerLaurent Vivier <laurent@vivier.eu>2019-11-12 10:31:43 +0100
commit32eb2da326b3ef5573834304934d2b13fee82639 (patch)
treea8a0066d7d72a59889343f3ce373baffa17ddd13
parent9f2ce35dfa4ea4a31dbb765dd02bed2500891887 (diff)
downloadqemu-32eb2da326b3ef5573834304934d2b13fee82639.tar.gz
Makefile: install bios-microvm like other binary blobs
Commit 0d5fae3e52e introduced bios-microvm.bin but forgot to add it to the list of blobs being installed. Add it to the list of BLOBS that get installed. Fixes: 0d5fae3e52e "roms: add microvm-bios (qboot) as binary" Signed-off-by: Bruce Rogers <brogers@suse.com> [PMD: Reworded description] Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Sergio Lopez <slp@redhat.com> Message-Id: <20191102114346.6445-1-philmd@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index aa9d1a42aa9..a8998fe5cf7 100644
--- a/Makefile
+++ b/Makefile
@@ -771,7 +771,7 @@ de-ch es fo fr-ca hu ja mk pt sl tr \
bepo cz
ifdef INSTALL_BLOBS
-BLOBS=bios.bin bios-256k.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
+BLOBS=bios.bin bios-256k.bin bios-microvm.bin sgabios.bin vgabios.bin vgabios-cirrus.bin \
vgabios-stdvga.bin vgabios-vmware.bin vgabios-qxl.bin vgabios-virtio.bin \
vgabios-ramfb.bin vgabios-bochs-display.bin vgabios-ati.bin \
ppc_rom.bin openbios-sparc32 openbios-sparc64 openbios-ppc QEMU,tcx.bin QEMU,cgthree.bin \