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 /tests/fp | |
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 'tests/fp')
-rw-r--r-- | tests/fp/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fp/meson.build b/tests/fp/meson.build index cbc17392d6..9ef322afc4 100644 --- a/tests/fp/meson.build +++ b/tests/fp/meson.build @@ -1,4 +1,4 @@ -if 'CONFIG_TCG' not in config_all +if 'CONFIG_TCG' not in config_all_accel subdir_done() endif # There are namespace pollution issues on Windows, due to osdep.h |