]> git.proxmox.com Git - mirror_qemu.git/blame - target/tricore/meson.build
accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
[mirror_qemu.git] / target / tricore / meson.build
CommitLineData
abff1abf
PB
1tricore_ss = ss.source_set()
2tricore_ss.add(files(
3 'cpu.c',
4 'fpu_helper.c',
5 'helper.c',
6 'op_helper.c',
7 'translate.c',
8 'gdbstub.c',
9))
10tricore_ss.add(zlib)
11
de6cd759 12tricore_system_ss = ss.source_set()
abff1abf
PB
13
14target_arch += {'tricore': tricore_ss}
01c85e60 15target_system_arch += {'tricore': tricore_system_ss}