]> Git Repo - qemu.git/blob - dump/meson.build
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / dump / meson.build
1 softmmu_ss.add(files('dump-hmp-cmds.c'))
2
3 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files('dump.c'), snappy, lzo])
4 specific_ss.add(when: ['CONFIG_SOFTMMU', 'TARGET_X86_64'], if_true: files('win_dump.c'))
This page took 0.024701 seconds and 4 git commands to generate.