aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/tcg/meson.build
blob: ee4e8fec77ce782a8cb22b90da969a34d4bb4306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
s390x_ss.add(when: 'CONFIG_TCG', if_true: files(
  'cc_helper.c',
  'crypto_helper.c',
  'excp_helper.c',
  'fpu_helper.c',
  'int_helper.c',
  'mem_helper.c',
  'misc_helper.c',
  'translate.c',
  'vec_fpu_helper.c',
  'vec_helper.c',
  'vec_int_helper.c',
  'vec_string_helper.c',
))