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