aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/meson.build
blob: f9110e890c8a8e9a43df6d2403a1e7ae72b84e1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
i386_ss.add(when: 'CONFIG_TCG', if_true: files(
  'bpt_helper.c',
  'cc_helper.c',
  'excp_helper.c',
  'fpu_helper.c',
  'int_helper.c',
  'mem_helper.c',
  'misc_helper.c',
  'mpx_helper.c',
  'seg_helper.c',
  'tcg-cpu.c',
  'translate.c'), if_false: files('tcg-stub.c'))

subdir('sysemu')
subdir('user')