qemu/target/i386/tcg/user/meson.build

6 lines
132 B
Meson
Raw Normal View History

i386_user_ss.add(when: ['CONFIG_TCG', 'CONFIG_USER_ONLY'], if_true: files(
'excp_helper.c',
'misc_stubs.c',
'svm_stubs.c',
))