qemu-e2k/target/i386/hvf/meson.build

14 lines
238 B
Meson

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',
))