meson: list leftover CONFIG_* symbols
commit875be287cdba7b5a499711823314355fccc60913
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Feb 2022 10:37:00 +0000 (15 11:37 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Sep 2023 11:32:37 +0000 (7 13:32 +0200)
tree5b48d40ffe60cb5122f1287fb7d2b18a230375e7
parent1f2146f7ca0f04afc62c4a170ec78bd030f3e72f
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>
docs/devel/build-system.rst
meson.build