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:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user