Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
configs
/
targets
/
meson.build
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
build
6 lines
173 Bytes
Copy permalink
Copy
Raw
1
foreach
target
:
[
2
'arm-softmmu'
,
'aarch64-softmmu'
,
3
'riscv32-softmmu'
,
'riscv64-softmmu'
4
]
5
config_target_info
+=
{
target
:
files
(
target
+
'.c'
)}
6
endforeach