aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/sysemu/meson.build
blob: f84519a213118b2fa1f34bbc55554fadbe26396b (plain)
1
2
3
4
5
6
7
8
i386_softmmu_ss.add(when: ['CONFIG_TCG', 'CONFIG_SOFTMMU'], if_true: files(
  'tcg-cpu.c',
  'smm_helper.c',
  'excp_helper.c',
  'bpt_helper.c',
  'misc_helper.c',
  'fpu_helper.c',
))