xref: /openbmc/qemu/target/i386/tcg/user/meson.build (revision eb215f40c2b4cbb12e97197db5fb06bd73b8324e)
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