]> Git Repo - qemu.git/blob - hw/tricore/meson.build
tricore: added triboard with tc27x_soc
[qemu.git] / hw / tricore / meson.build
1 tricore_ss = ss.source_set()
2 tricore_ss.add(when: 'CONFIG_TRICORE', if_true: files('tricore_testboard.c'))
3 tricore_ss.add(when: 'CONFIG_TRIBOARD', if_true: files('triboard.c'))
4 tricore_ss.add(when: 'CONFIG_TC27X_SOC', if_true: files('tc27x_soc.c'))
5
6 hw_arch += {'tricore': tricore_ss}
This page took 0.025482 seconds and 4 git commands to generate.