Sign in
qemu
/
qemu
/
9c5ccc52abe3977be53e42af84a6e590b3e1db19
/
.
/
accel
/
hvf
/
meson.build
blob: fc52cb78433a3169e8585405ebf79082f156346d [
file
] [
log
] [
blame
]
hvf_ss
=
ss
.
source_set
()
hvf_ss
.
add
(
files
(
'hvf-all.c'
,
'hvf-accel-ops.c'
,
))
specific_ss
.
add_all
(
when
:
'CONFIG_HVF'
,
if_true
:
hvf_ss
)