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
/
hppa
/
meson.build
blob
f47e54f5fa971e1dd3981ab6ad5ef660efb25b04
1
gen = decodetree.process('insns.decode')
2
3
hppa_ss = ss.source_set()
4
hppa_ss.add(gen)
5
hppa_ss.add(files(
6
'cpu.c',
7
'fpu_helper.c',
8
'gdbstub.c',
9
'helper.c',
10
'op_helper.c',
11
'translate.c',
12
))
13
14
hppa_system_ss = ss.source_set()
15
hppa_system_ss.add(files(
16
'int_helper.c',
17
'machine.c',
18
'mem_helper.c',
19
'sys_helper.c',
20
))
21
22
target_arch += {'hppa': hppa_ss}
23
target_system_arch += {'hppa': hppa_system_ss}