commit | 875be287cdba7b5a499711823314355fccc60913 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 15 11:37:00 2022 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 07 13:32:37 2023 +0200 |
tree | 5b48d40ffe60cb5122f1287fb7d2b18a230375e7 | |
parent | 1f2146f7ca0f04afc62c4a170ec78bd030f3e72f [diff] |
meson: list leftover CONFIG_* symbols There are no config-host.mak symbols anymore that are needed in config-host.h; the only symbols that are included in config_host_data via the foreach loop are: - CONFIG_DEFAULT_TARGETS, which is not used by C code. - CONFIG_TCG and CONFIG_TCG_INTERPRETER, which are not part of config-host.mak So, list these two symbols explicitly. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>