xref: /openbmc/qemu/target/i386/tcg/system/meson.build (revision c7c513389c6cb8c6dd60e55d1c99244de4e93663)
1i386_system_ss.add(when: ['CONFIG_TCG', 'CONFIG_SYSTEM_ONLY'], if_true: files(
2  'tcg-cpu.c',
3  'smm_helper.c',
4  'excp_helper.c',
5  'bpt_helper.c',
6  'misc_helper.c',
7  'fpu_helper.c',
8  'svm_helper.c',
9  'seg_helper.c',
10))
11