blob: 678590439c65201471d6f503e1e060f1c91d518c [file] [log] [blame]
tilegx_ss = ss.source_set()
tilegx_ss.add(files(
'cpu.c',
'helper.c',
'simd_helper.c',
'translate.c',
))
tilegx_ss.add(zlib)
tilegx_softmmu_ss = ss.source_set()
target_arch += {'tilegx': tilegx_ss}
target_softmmu_arch += {'tilegx': tilegx_softmmu_ss}