qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 13/13] meson: Only build ROM/BIOS when system emulation i


From: Thomas Huth
Subject: Re: [RFC PATCH 13/13] meson: Only build ROM/BIOS when system emulation is built
Date: Tue, 23 Mar 2021 17:15:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0

On 23/03/2021 16.51, Philippe Mathieu-Daudé wrote:
As it is pointless to build ROMs/BIOS for user-only emulation,
restrict this directory to system-mode emulation.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
  meson.build | 4 +++-
  1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index e484670c5b7..457a07047b1 100644
--- a/meson.build
+++ b/meson.build
@@ -2378,7 +2378,9 @@
subdir('scripts')
  subdir('tools')
-subdir('pc-bios')
+if have_system
+  subdir('pc-bios')
+endif
  subdir('docs')
  subdir('tests')
  if gtk.found()


Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]