]> git.proxmox.com Git - mirror_qemu.git/blame - target/i386/tcg/meson.build
Merge tag 'pull-maintainer-may24-160524-2' of https://gitlab.com/stsquad/qemu into...
[mirror_qemu.git] / target / i386 / tcg / meson.build
CommitLineData
1b248f14
CF
1i386_ss.add(when: 'CONFIG_TCG', if_true: files(
2 'bpt_helper.c',
3 'cc_helper.c',
4 'excp_helper.c',
5 'fpu_helper.c',
6 'int_helper.c',
7 'mem_helper.c',
8 'misc_helper.c',
9 'mpx_helper.c',
10 'seg_helper.c',
ed69e831 11 'tcg-cpu.c',
1b248f14 12 'translate.c'), if_false: files('tcg-stub.c'))
222f3e6f
PB
13
14subdir('sysemu')
15subdir('user')