1 2 3 4 5 6 7 8 9 10 11 12 13
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}