Paolo Bonzini | abff1ab | 2020-08-07 12:10:23 +0200 | [diff] [blame] | 1 | tricore_ss = ss.source_set() |
| 2 | tricore_ss.add(files( |
| 3 | 'cpu.c', |
| 4 | 'fpu_helper.c', |
| 5 | 'helper.c', |
| 6 | 'op_helper.c', |
| 7 | 'translate.c', |
| 8 | 'gdbstub.c', |
| 9 | )) |
| 10 | tricore_ss.add(zlib) |
| 11 | |
Philippe Mathieu-Daudé | de6cd75 | 2023-06-13 15:33:47 +0200 | [diff] [blame] | 12 | tricore_system_ss = ss.source_set() |
Paolo Bonzini | abff1ab | 2020-08-07 12:10:23 +0200 | [diff] [blame] | 13 | |
| 14 | target_arch += {'tricore': tricore_ss} |
Philippe Mathieu-Daudé | de6cd75 | 2023-06-13 15:33:47 +0200 | [diff] [blame] | 15 | target_softmmu_arch += {'tricore': tricore_system_ss} |