xref: /openbmc/qemu/target/s390x/meson.build (revision a7b057d1d0fd163c74503de1cf5978495ebdfc6f)
1gen_features = executable('gen-features', 'gen-features.c', native: true,
2                          build_by_default: false)
3
4gen_features_h = custom_target('gen-features.h',
5                               output: 'gen-features.h',
6                               capture: true,
7                               command: gen_features)
8
9specific_ss.add(gen_features_h)
10