Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / target / loongarch / tcg / meson.build
blobbdf34f9673b686136fce68ad6867d9c472d80e83
1 if 'CONFIG_TCG' not in config_all_accel
2   subdir_done()
3 endif
5 loongarch_ss.add([zlib, gen])
7 loongarch_ss.add(files(
8   'fpu_helper.c',
9   'op_helper.c',
10   'translate.c',
11   'vec_helper.c',
14 loongarch_system_ss.add(files(
15   'constant_timer.c',
16   'csr_helper.c',
17   'iocsr_helper.c',
18   'tlb_helper.c',