target/arm: Implement MVE WLSTP insn
[qemu/ar7.git] / hw / tricore / meson.build
blob47e36bb07783feeaa77ce15fca5fe82e0503f796
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_TRICORE', if_true: files('tricore_testdevice.c'))
4 tricore_ss.add(when: 'CONFIG_TRIBOARD', if_true: files('triboard.c'))
5 tricore_ss.add(when: 'CONFIG_TC27X_SOC', if_true: files('tc27x_soc.c'))
7 hw_arch += {'tricore': tricore_ss}