xref: /openbmc/qemu/target/s390x/meson.build (revision ee80237e380df36562e545c63d9b058d7b39f8b9)
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