aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf/meson.build
blob: f6d4c394d3e3eb7751484c66b0a3191da0b6dbb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
i386_softmmu_ss.add(when: [hvf, 'CONFIG_HVF'], if_true: files(
  'hvf.c',
  'x86.c',
  'x86_cpuid.c',
  'x86_decode.c',
  'x86_descr.c',
  'x86_emu.c',
  'x86_flags.c',
  'x86_mmu.c',
  'x86_task.c',
  'x86hvf.c',
  'hvf-cpu.c',
))