xref: /openbmc/qemu/target/i386/tcg/meson.build (revision d38e31ef)
1i386_ss.add(when: 'CONFIG_TCG', if_true: files(
2  'access.c',
3  'bpt_helper.c',
4  'cc_helper.c',
5  'excp_helper.c',
6  'fpu_helper.c',
7  'int_helper.c',
8  'mem_helper.c',
9  'misc_helper.c',
10  'mpx_helper.c',
11  'seg_helper.c',
12  'tcg-cpu.c',
13  'translate.c'), if_false: files('tcg-stub.c'))
14
15subdir('sysemu')
16subdir('user')
17