aboutsummaryrefslogtreecommitdiff
path: root/chardev
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2023-08-30 11:52:43 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2023-12-31 09:11:28 +0100
commit1220f5813a7e1c4ff9cf7ffa189f979be3801044 (patch)
treed536697049a5b1380fab0e04fdb6a6feaba3ee92 /chardev
parentdc4954943d3adc82c4052aed592f2dc5a14c3fc7 (diff)
downloadqemu-1220f5813a7e1c4ff9cf7ffa189f979be3801044.zip
qemu-1220f5813a7e1c4ff9cf7ffa189f979be3801044.tar.gz
qemu-1220f5813a7e1c4ff9cf7ffa189f979be3801044.tar.bz2
meson: remove config_targetos
config_targetos is now empty and can be removed; its use in sourcesets that do not involve target-specific files can be replaced with an empty dictionary. In fact, at this point *all* sourcesets that do not involve target-specific files are just glorified mutable arrays. Enforce that they never test for symbols in "when:" by computing the set of files without "strict: false". Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'chardev')
-rw-r--r--chardev/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/chardev/meson.build b/chardev/meson.build
index 9564ace..db6840b 100644
--- a/chardev/meson.build
+++ b/chardev/meson.build
@@ -28,7 +28,7 @@ else
endif
endif
-chardev_ss = chardev_ss.apply(config_targetos, strict: false)
+chardev_ss = chardev_ss.apply({})
system_ss.add(files(
'char-hmp-cmds.c',