| 1 | s390x_ss.add(when: 'CONFIG_TCG', if_true: files( |
| 2 | 'int_helper.c', |
| 3 | 'mem_helper.c', |
| 4 | 'misc_helper.c', |
| 5 | )) |
| 6 | s390x_common_ss.add(when: 'CONFIG_TCG', if_true: files( |
| 7 | 'cc_helper.c', |
| 8 | 'crypto_helper.c', |
| 9 | 'excp_helper.c', |
| 10 | 'fpu_helper.c', |
| 11 | 'translate.c', |
| 12 | 'vec_fpu_helper.c', |
| 13 | 'vec_helper.c', |
| 14 | 'vec_int_helper.c', |
| 15 | 'vec_string_helper.c', |
| 16 | )) |
| 17 | s390x_common_system_ss.add(when: 'CONFIG_TCG', if_true: files( |
| 18 | 'debug.c', |
| 19 | )) |