summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorMarc-André Lureau2019-07-15 19:22:31 +0200
committerPaolo Bonzini2020-08-21 12:30:14 +0200
commitbdcbea7ae5cf04733465a900a3356ff998e965e3 (patch)
tree81ca17b7aaa00b0c04566aa24d95436d02e62a3a /meson.build
parentmeson: generate hxtool files (diff)
downloadqemu-bdcbea7ae5cf04733465a900a3356ff998e965e3.tar.gz
qemu-bdcbea7ae5cf04733465a900a3356ff998e965e3.tar.xz
qemu-bdcbea7ae5cf04733465a900a3356ff998e965e3.zip
meson: handle edk2 bios and descriptors
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 222b0d0e77..528198b6bd 100644
--- a/meson.build
+++ b/meson.build
@@ -383,6 +383,7 @@ if have_tools
endif
subdir('tools')
+subdir('pc-bios')
summary_info = {}
summary_info += {'Install prefix': config_host['prefix']}