repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tcg/i386: rdpmc: fix the the condtions
[qemu/ar7.git]
/
target
/
tilegx
/
meson.build
blob
678590439c65201471d6f503e1e060f1c91d518c
1
tilegx_ss = ss.source_set()
2
tilegx_ss.add(files(
3
'cpu.c',
4
'helper.c',
5
'simd_helper.c',
6
'translate.c',
7
))
8
tilegx_ss.add(zlib)
9
10
tilegx_softmmu_ss = ss.source_set()
11
12
target_arch += {'tilegx': tilegx_ss}
13
target_softmmu_arch += {'tilegx': tilegx_softmmu_ss}