| 1 | if 'CONFIG_TCG' not in config_all_accel |
| 2 | subdir_done() |
| 3 | endif |
| 4 | |
| 5 | loongarch_ss.add([zlib, gen]) |
| 6 | |
| 7 | loongarch_ss.add(files( |
| 8 | 'fpu_helper.c', |
| 9 | 'op_helper.c', |
| 10 | 'tcg_cpu.c', |
| 11 | 'translate.c', |
| 12 | 'vec_helper.c', |
| 13 | )) |
| 14 | |
| 15 | loongarch_system_ss.add(files( |
| 16 | 'constant_timer.c', |
| 17 | 'csr_helper.c', |
| 18 | 'iocsr_helper.c', |
| 19 | 'tlb_helper.c', |
| 20 | )) |