target/cris: Let cris_mmu_translate() use MMUAccessType access_type
[qemu/ar7.git] / target / tilegx / meson.build
blob678590439c65201471d6f503e1e060f1c91d518c
1 tilegx_ss = ss.source_set()
2 tilegx_ss.add(files(
3   'cpu.c',
4   'helper.c',
5   'simd_helper.c',
6   'translate.c',
7 ))
8 tilegx_ss.add(zlib)
10 tilegx_softmmu_ss = ss.source_set()
12 target_arch += {'tilegx': tilegx_ss}
13 target_softmmu_arch += {'tilegx': tilegx_softmmu_ss}