2020-08-07 12:10:23 +02:00
|
|
|
tricore_ss = ss.source_set()
|
|
|
|
tricore_ss.add(files(
|
|
|
|
'cpu.c',
|
|
|
|
'fpu_helper.c',
|
|
|
|
'helper.c',
|
|
|
|
'op_helper.c',
|
|
|
|
'translate.c',
|
|
|
|
'gdbstub.c',
|
|
|
|
))
|
|
|
|
tricore_ss.add(zlib)
|
|
|
|
|
2023-06-13 15:33:47 +02:00
|
|
|
tricore_system_ss = ss.source_set()
|
2020-08-07 12:10:23 +02:00
|
|
|
|
|
|
|
target_arch += {'tricore': tricore_ss}
|
2023-06-13 15:33:47 +02:00
|
|
|
target_softmmu_arch += {'tricore': tricore_system_ss}
|