aboutsummaryrefslogtreecommitdiff
path: root/target/tilegx/meson.build
blob: 678590439c65201471d6f503e1e060f1c91d518c (plain)
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}