qapi/parser: enable pylint checks
[qemu/armbru.git] / target / s390x / tcg / meson.build
blobee4e8fec77ce782a8cb22b90da969a34d4bb4306
1 s390x_ss.add(when: 'CONFIG_TCG', if_true: files(
2   'cc_helper.c',
3   'crypto_helper.c',
4   'excp_helper.c',
5   'fpu_helper.c',
6   'int_helper.c',
7   'mem_helper.c',
8   'misc_helper.c',
9   'translate.c',
10   'vec_fpu_helper.c',
11   'vec_helper.c',
12   'vec_int_helper.c',
13   'vec_string_helper.c',