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
vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncation
[qemu/ar7.git]
/
target
/
alpha
/
meson.build
blob
1aec55abb4a7dac69e21a5d54aea1869b1c134ab
1
alpha_ss = ss.source_set()
2
alpha_ss.add(files(
3
'cpu.c',
4
'fpu_helper.c',
5
'gdbstub.c',
6
'helper.c',
7
'int_helper.c',
8
'mem_helper.c',
9
'sys_helper.c',
10
'translate.c',
11
'vax_helper.c',
12
))
13
14
alpha_softmmu_ss = ss.source_set()
15
alpha_softmmu_ss.add(files('machine.c'))
16
17
target_arch += {'alpha': alpha_ss}
18
target_softmmu_arch += {'alpha': alpha_softmmu_ss}