aboutsummaryrefslogtreecommitdiff
path: root/target/i386/tcg/user/meson.build
blob: 9eac0e69ca387a886a820def5335a4960bfd3fb1 (plain)
1
2
3
4
5
6
i386_user_ss.add(when: ['CONFIG_TCG', 'CONFIG_USER_ONLY'], if_true: files(
  'excp_helper.c',
  'misc_stubs.c',
  'svm_stubs.c',
  'seg_helper.c',
))