diff options
author | Laszlo Ersek | 2019-03-08 01:19:35 +0100 |
---|---|---|
committer | Laszlo Ersek | 2019-04-17 15:38:35 +0200 |
commit | 26ce90fde5ce34e98c8c495ff1c04e1e79886c33 (patch) | |
tree | 7cd96c93a8e805e29a032b318a66e71607ee1f5a /.gitignore | |
parent | tests: add missing dependency to build QTEST_QEMU_BINARY, round 2 (diff) | |
download | qemu-26ce90fde5ce34e98c8c495ff1c04e1e79886c33.tar.gz qemu-26ce90fde5ce34e98c8c495ff1c04e1e79886c33.tar.xz qemu-26ce90fde5ce34e98c8c495ff1c04e1e79886c33.zip |
Makefile: install the edk2 firmware images and their descriptors
Decompress and install the edk2 firmware blobs as part of "make install",
unless blob installation was disabled with configure's "--disable-blobs"
option.
Additionally, decompress the blobs as a pre-requisite for building softmmu
binaries -- this is helpful for both "make check" and other ad-hoc tests
one might want to run in the build directory.
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8f78221804..fd6e6c38c7 100644 --- a/.gitignore +++ b/.gitignore @@ -97,6 +97,7 @@ *.gcno *.gcov /pc-bios/bios-pq/status +/pc-bios/edk2-*.fd /pc-bios/vgabios-pq/status /pc-bios/optionrom/linuxboot.asm /pc-bios/optionrom/linuxboot.bin |