summaryrefslogblamecommitdiffstats
path: root/target/s390x/meson.build
blob: ddf8d20a36dee9562410bbd5bdbc5f1a173e945c (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                         
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)