repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git]
/
target
/
openrisc
/
meson.build
blob
31608b6dc7feb99c99832b0e04b6593360d02a4e
1
gen = decodetree.process('insns.decode')
2
3
openrisc_ss = ss.source_set()
4
openrisc_ss.add(gen)
5
openrisc_ss.add(files(
6
'cpu.c',
7
'disas.c',
8
'exception.c',
9
'exception_helper.c',
10
'fpu_helper.c',
11
'gdbstub.c',
12
'interrupt_helper.c',
13
'sys_helper.c',
14
'translate.c',
15
))
16
17
openrisc_system_ss = ss.source_set()
18
openrisc_system_ss.add(files(
19
'interrupt.c',
20
'machine.c',
21
'mmu.c',
22
))
23
24
target_arch += {'openrisc': openrisc_ss}
25
target_system_arch += {'openrisc': openrisc_system_ss}