]> git.proxmox.com Git - mirror_qemu.git/commit
meson: remove CONFIG_ALL
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Aug 2023 09:18:24 +0000 (11:18 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 31 Dec 2023 08:11:28 +0000 (09:11 +0100)
commit0d66549cf5b76bde9870af0d09a46d6d6c306e53
tree33854f8d7b6a2d8f524e448e22db7ce21fd197c8
parent1220f5813a7e1c4ff9cf7ffa189f979be3801044
meson: remove CONFIG_ALL

CONFIG_ALL is tricky to use and was ported over to Meson from the
recursive processing of Makefile variables.  Meson sourcesets
however have all_sources() and all_dependencies() methods that
remove the need for it.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14 files changed:
docs/devel/build-system.rst
fsdev/meson.build
hw/acpi/meson.build
hw/cxl/meson.build
hw/display/meson.build
hw/mem/meson.build
hw/net/meson.build
hw/pci-bridge/meson.build
hw/pci/meson.build
hw/remote/meson.build
hw/smbios/meson.build
hw/virtio/meson.build
meson.build
net/meson.build