[PATCH v2 28/39] meson.build: move TCG plugin summary output

Alex Bennée posted 39 patches 4 years, 7 months ago
Maintainers: Brad Smith <brad@comstyle.com>, Reinoud Zandijk <reinoud@netbsd.org>, Kamil Rytarowski <kamil@netbsd.org>, Ryo ONODERA <ryoon@netbsd.org>
[PATCH v2 28/39] meson.build: move TCG plugin summary output
Posted by Alex Bennée 4 years, 7 months ago
Let's put it with the rest of the TCG related output with the
accelerator.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 2748721d71..9b5d53b6d0 100644
--- a/meson.build
+++ b/meson.build
@@ -2737,7 +2737,6 @@ summary_info += {'module support':    config_host.has_key('CONFIG_MODULES')}
 if config_host.has_key('CONFIG_MODULES')
   summary_info += {'alternative module path': config_host.has_key('CONFIG_MODULE_UPGRADES')}
 endif
-summary_info += {'plugin support':    config_host.has_key('CONFIG_PLUGIN')}
 summary_info += {'fuzzing support':   config_host.has_key('CONFIG_FUZZ')}
 if have_system
   summary_info += {'Audio drivers':     config_host['CONFIG_AUDIO_DRIVERS']}
@@ -2853,6 +2852,7 @@ if config_all.has_key('CONFIG_TCG')
   else
     summary_info += {'TCG backend':   'native (@0@)'.format(cpu)}
   endif
+  summary_info += {'TCG plugins': config_host.has_key('CONFIG_PLUGIN')}
   summary_info += {'TCG debug enabled': config_host.has_key('CONFIG_DEBUG_TCG')}
 endif
 summary_info += {'target list':       ' '.join(target_dirs)}
-- 
2.20.1


Re: [PATCH v2 28/39] meson.build: move TCG plugin summary output
Posted by Philippe Mathieu-Daudé 4 years, 7 months ago
On 7/8/21 9:09 PM, Alex Bennée wrote:
> Let's put it with the rest of the TCG related output with the
> accelerator.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Re: [PATCH v2 28/39] meson.build: move TCG plugin summary output
Posted by Richard Henderson 4 years, 7 months ago
On 7/8/21 12:09 PM, Alex Bennée wrote:
> Let's put it with the rest of the TCG related output with the
> accelerator.
> 
> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
> ---
>   meson.build | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~