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