repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/elmarco/tags/libslirp-pull-request' into staging
[qemu.git]
/
target
/
cris
/
meson.build
blob
67c3793c85e7aea4c24a55c614d8d4c669ac17ee
1
cris_ss = ss.source_set()
2
cris_ss.add(files(
3
'cpu.c',
4
'gdbstub.c',
5
'helper.c',
6
'op_helper.c',
7
'translate.c',
8
))
9
10
cris_softmmu_ss = ss.source_set()
11
cris_softmmu_ss.add(files('mmu.c', 'machine.c'))
12
13
target_arch += {'cris': cris_ss}
14
target_softmmu_arch += {'cris': cris_softmmu_ss}