You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/target/i386/tcg/sysemu/meson.build

11 lines
222 B
Meson

i386_softmmu_ss.add(when: ['CONFIG_TCG', 'CONFIG_SOFTMMU'], if_true: files(
'tcg-cpu.c',
'smm_helper.c',
'excp_helper.c',
'bpt_helper.c',
'misc_helper.c',
'fpu_helper.c',
'svm_helper.c',
'seg_helper.c',
))