Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
7 lines
173 B
Meson
7 lines
173 B
Meson
foreach target : [
|
|
'arm-softmmu', 'aarch64-softmmu',
|
|
'riscv32-softmmu', 'riscv64-softmmu'
|
|
]
|
|
config_target_info += {target : files(target + '.c')}
|
|
endforeach
|