2021-05-06 17:20:23 +02:00
|
|
|
i386_softmmu_ss.add(when: ['CONFIG_TCG', 'CONFIG_SOFTMMU'], if_true: files(
|
|
|
|
'tcg-cpu.c',
|
2021-03-22 14:27:47 +01:00
|
|
|
'smm_helper.c',
|
2021-03-22 14:27:48 +01:00
|
|
|
'excp_helper.c',
|
2021-03-22 14:27:49 +01:00
|
|
|
'bpt_helper.c',
|
2021-03-22 14:27:50 +01:00
|
|
|
'misc_helper.c',
|
2021-03-22 14:27:51 +01:00
|
|
|
'fpu_helper.c',
|
2021-03-22 14:27:52 +01:00
|
|
|
'svm_helper.c',
|
2021-03-22 14:27:53 +01:00
|
|
|
'seg_helper.c',
|
2021-05-06 17:20:23 +02:00
|
|
|
))
|