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