xref: /openbmc/qemu/target/i386/tcg/sysemu/meson.build (revision a4b1f4e61129613fadd2c00422df31405b4925e8)
1i386_softmmu_ss.add(when: ['CONFIG_TCG', 'CONFIG_SOFTMMU'], if_true: files(
2  'tcg-cpu.c',
3  'smm_helper.c',
4  'excp_helper.c',
5  'bpt_helper.c',
6  'misc_helper.c',
7))
8