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
iotests/129: Do not check @busy
[qemu.git]
/
target
/
sh4
/
meson.build
blob
56a57576da76b38c8cd6f293c15c376982039235
1
sh4_ss = ss.source_set()
2
sh4_ss.add(files(
3
'cpu.c',
4
'gdbstub.c',
5
'helper.c',
6
'op_helper.c',
7
'translate.c',
8
))
9
10
sh4_softmmu_ss = ss.source_set()
11
sh4_softmmu_ss.add(files('monitor.c'))
12
13
target_arch += {'sh4': sh4_ss}
14
target_softmmu_arch += {'sh4': sh4_softmmu_ss}