aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/tcg/meson.build
blob: bdf34f9673b686136fce68ad6867d9c472d80e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if 'CONFIG_TCG' not in config_all_accel
  subdir_done()
endif

loongarch_ss.add([zlib, gen])

loongarch_ss.add(files(
  'fpu_helper.c',
  'op_helper.c',
  'translate.c',
  'vec_helper.c',
))

loongarch_system_ss.add(files(
  'constant_timer.c',
  'csr_helper.c',
  'iocsr_helper.c',
  'tlb_helper.c',
))