]> git.proxmox.com Git - mirror_qemu.git/blame - target/i386/tcg/sysemu/meson.build
meson: Replace softmmu_ss -> system_ss
[mirror_qemu.git] / target / i386 / tcg / sysemu / meson.build
CommitLineData
de6cd759 1i386_system_ss.add(when: ['CONFIG_TCG', 'CONFIG_SYSTEM_ONLY'], if_true: files(
222f3e6f 2 'tcg-cpu.c',
a93b55ec 3 'smm_helper.c',
e7f2670f 4 'excp_helper.c',
6d8d1a03 5 'bpt_helper.c',
a4b1f4e6 6 'misc_helper.c',
83a3d9c7 7 'fpu_helper.c',
b3903094 8 'svm_helper.c',
30493a03 9 'seg_helper.c',
222f3e6f 10))