]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: Introduce top-level libuser_ss and libsystem_ss
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Mar 2025 21:33:07 +0000 (14:33 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:29 +0000 (14:08 -0700)
commit5983a20a0bca7d54846abbb36fb59c7d9b1f226b
treefc3a539089ca50cdbac0e2c5cc27e151fb3be39e
parentd4c9cab37fa440807a4f2bf87efd0511d5694b2c
meson: Introduce top-level libuser_ss and libsystem_ss

We already have two subdirectories for which we need
to build files twice, for user vs system modes.
Move this handling to the top level.

This cannot be combined with user_ss or system_ss,
because the formulation has not been extended to support
configuration symbols.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
gdbstub/meson.build
meson.build
tcg/meson.build