blob: 34825b60481ccaf36ec74b3c6541df314c5e9f74 [file] [log] [blame]
Paolo Bonziniabff1ab2020-08-07 12:10:23 +02001tricore_ss = ss.source_set()
2tricore_ss.add(files(
3 'cpu.c',
4 'fpu_helper.c',
5 'helper.c',
6 'op_helper.c',
7 'translate.c',
8 'gdbstub.c',
9))
10tricore_ss.add(zlib)
11
Philippe Mathieu-Daudéde6cd752023-06-13 15:33:47 +020012tricore_system_ss = ss.source_set()
Paolo Bonziniabff1ab2020-08-07 12:10:23 +020013
14target_arch += {'tricore': tricore_ss}
Philippe Mathieu-Daudéde6cd752023-06-13 15:33:47 +020015target_softmmu_arch += {'tricore': tricore_system_ss}