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
tcg: Introduce TCGCallReturnKind and TCGCallArgumentKind
[qemu/armbru.git]
/
semihosting
/
meson.build
blob
8057db5494a8bc26f2f98767220f6b3846716d4d
1
specific_ss.add(when: 'CONFIG_SEMIHOSTING', if_true: files(
2
'guestfd.c',
3
'syscalls.c',
4
))
5
6
specific_ss.add(when: ['CONFIG_SEMIHOSTING', 'CONFIG_SOFTMMU'], if_true: files(
7
'config.c',
8
'console.c',
9
'uaccess.c',
10
))
11
12
specific_ss.add(when: ['CONFIG_ARM_COMPATIBLE_SEMIHOSTING'],
13
if_true: files('arm-compat-semi.c'))