Sign in
qemu
/
qemu
/
2c44220d055d12142f27cf513848f17d6007ae35
/
.
/
target
/
s390x
/
meson.build
blob: ddf8d20a36dee9562410bbd5bdbc5f1a173e945c [
file
] [
log
] [
blame
]
gen_features
=
executable
(
'gen-features'
,
'gen-features.c'
,
native
:
true
,
build_by_default
:
false
)
gen_features_h
=
custom_target
(
'gen-features.h'
,
output
:
'gen-features.h'
,
capture
:
true
,
command
:
gen_features
)
specific_ss
.
add
(
gen_features_h
)