Nothing in these files prevents it to be built as common unit:
- cc_helper.c
- excp_helper.c
- fpu_helper.c
- vec_fpu_helper.c
- vec_int_helper.c
- vec_string_helper.c
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <
20260423135035.50126-5-philmd@linaro.org>
s390x_ss.add(when: 'CONFIG_TCG', if_true: files(
- 'cc_helper.c',
'crypto_helper.c',
- 'excp_helper.c',
- 'fpu_helper.c',
'int_helper.c',
'mem_helper.c',
'misc_helper.c',
'translate.c',
- 'vec_fpu_helper.c',
'vec_helper.c',
+))
+s390x_common_ss.add(when: 'CONFIG_TCG', if_true: files(
+ 'cc_helper.c',
+ 'excp_helper.c',
+ 'fpu_helper.c',
+ 'vec_fpu_helper.c',
'vec_int_helper.c',
'vec_string_helper.c',
))