blob: 45f49f01288b359f3068ccfb5d9b5e17d797a353 [file] [log] [blame]
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)
tricore_system_ss = ss.source_set()
target_arch += {'tricore': tricore_ss}
target_system_arch += {'tricore': tricore_system_ss}