master
build 16 lines 322 Bytes
Raw
1 i386_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
15 subdir('system')
16 subdir('user')