2023-06-13 15:33:47 +02:00
|
|
|
i386_system_ss.add(when: ['CONFIG_TCG', 'CONFIG_SYSTEM_ONLY'], if_true: files(
|
2021-05-06 11:20:23 -04:00
|
|
|
'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 11:20:23 -04:00
|
|
|
))
|