mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
meson: rename config_all
config_all now lists only accelerators, rename it to indicate its actual content. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
0d66549cf5
commit
cfc1a889e5
7 changed files with 17 additions and 17 deletions
|
@ -12,7 +12,7 @@ if have_system
|
|||
subdir('sysemu')
|
||||
endif
|
||||
|
||||
if 'CONFIG_TCG' in config_all
|
||||
if 'CONFIG_TCG' in config_all_accel
|
||||
subdir('tcg')
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue