accel/xen: Build without target-specific knowledge

Code in accel/ aims to be target-agnostic. Enforce that
by moving the Xen file units to system_ss[], which is
target-agnostic.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: Anthony PERARD <anthony.perard@vates.tech>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20260225051303.91614-6-philmd@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé
2026-02-25 06:01:53 +01:00
parent 593063e4cb
commit beaf63280a

View File

@@ -1 +1 @@
specific_ss.add(when: 'CONFIG_XEN', if_true: files('xen-all.c'))
system_ss.add(when: 'CONFIG_XEN', if_true: files('xen-all.c'))