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
spapr_drc.c: handle hotunplug errors in drc_unisolate_logical()
[qemu.git]
/
target
/
hppa
/
meson.build
blob
8a7ff82efc37675274551b281b9d2d64baf40f3a
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
'gdbstub.c',
8
'helper.c',
9
'int_helper.c',
10
'mem_helper.c',
11
'op_helper.c',
12
'translate.c',
13
))
14
15
hppa_softmmu_ss = ss.source_set()
16
hppa_softmmu_ss.add(files('machine.c'))
17
18
target_arch += {'hppa': hppa_ss}
19
target_softmmu_arch += {'hppa': hppa_softmmu_ss}