diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-07-15 21:22:31 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:14 -0400 |
commit | bdcbea7ae5cf04733465a900a3356ff998e965e3 (patch) | |
tree | 81ca17b7aaa00b0c04566aa24d95436d02e62a3a /meson.build | |
parent | 3f88565997791aa8de21c030bd2a391edfbd8d87 (diff) |
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.build | 1 |
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']} |