Merge remote-tracking branch 'qemu-project/master'
[qemu/ar7.git] / target / tricore / meson.build
blob45f49f01288b359f3068ccfb5d9b5e17d797a353
1 tricore_ss = ss.source_set()
2 tricore_ss.add(files(
3   'cpu.c',
4   'fpu_helper.c',
5   'helper.c',
6   'op_helper.c',
7   'translate.c',
8   'gdbstub.c',
9 ))
10 tricore_ss.add(zlib)
12 tricore_system_ss = ss.source_set()
14 target_arch += {'tricore': tricore_ss}
15 target_system_arch += {'tricore': tricore_system_ss}