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
esp: remove dma_left from ESPState
[qemu/ar7.git]
/
target
/
moxie
/
meson.build
blob
b4beb528ccaea2df2057f96c77f93ecd05f8a6de
1
moxie_ss = ss.source_set()
2
moxie_ss.add(files(
3
'cpu.c',
4
'helper.c',
5
'machine.c',
6
'machine.c',
7
'translate.c',
8
))
9
10
moxie_softmmu_ss = ss.source_set()
11
moxie_softmmu_ss.add(files('mmu.c'))
12
13
target_arch += {'moxie': moxie_ss}
14
target_softmmu_arch += {'moxie': moxie_softmmu_ss}