aboutsummaryrefslogtreecommitdiff
path: root/target/i386/hvf/meson.build
blob: c8a43717eee8241e5b5526ce8906ba2b5a971404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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',
))