diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-09-29 11:40:03 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-12-31 09:11:28 +0100 |
commit | cfc1a889e509ffeba6e44cca8ff626751bc4219e (patch) | |
tree | be88a62804cdac81dec5e6ad95db70e2286a762c /target/mips | |
parent | 0d66549cf5b76bde9870af0d09a46d6d6c306e53 (diff) |
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>
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/meson.build b/target/mips/meson.build index e57ef24ecf..a26d1e1f79 100644 --- a/target/mips/meson.build +++ b/target/mips/meson.build @@ -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 |