xref: /qemu/target/i386/tcg/user/meson.build (revision 73e6aec6)
1i386_user_ss.add(when: ['CONFIG_TCG', 'CONFIG_USER_ONLY'], if_true: files(
2  'excp_helper.c',
3  'misc_stubs.c',
4  'svm_stubs.c',
5  'seg_helper.c',
6))
7