Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/target/i386/hvf/meson.build
2023-03-06 14:48:14 +01:00

13 lines
232 B
Meson

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