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
gitlab-ci.yml: Move build-tools-and-docs-debian to a better place
[qemu/ar7.git]
/
target
/
tricore
/
meson.build
blob
0ccc8295179e24c0cca435384df006ce7bbe276b
1
tricore_ss = ss.source_set()
2
tricore_ss.add(files(
3
'cpu.c',
4
'fpu_helper.c',
5
'helper.c',
6
'op_helper.c',
7
'translate.c',
8
'gdbstub.c',
9
))
10
tricore_ss.add(zlib)
11
12
tricore_softmmu_ss = ss.source_set()
13
14
target_arch += {'tricore': tricore_ss}
15
target_softmmu_arch += {'tricore': tricore_softmmu_ss}