aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf/meson.build
blob: e9eb5a5da8a222b3a40944a3b8739a68244e119e (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',
  'hvf-accel-ops.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',
))