repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
target
/
loongarch
/
tcg
/
meson.build
blob
bdf34f9673b686136fce68ad6867d9c472d80e83
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
'translate.c',
11
'vec_helper.c',
12
))
13
14
loongarch_system_ss.add(files(
15
'constant_timer.c',
16
'csr_helper.c',
17
'iocsr_helper.c',
18
'tlb_helper.c',
19
))