xref: /openbmc/qemu/hw/tricore/meson.build (revision 4369223902a79b7fc56ca076d99b88ff14964ddd)
1tricore_ss = ss.source_set()
2tricore_ss.add(when: 'CONFIG_TRICORE', if_true: files('tricore_testboard.c'))
3tricore_ss.add(when: 'CONFIG_TRIBOARD', if_true: files('triboard.c'))
4tricore_ss.add(when: 'CONFIG_TC27X_SOC', if_true: files('tc27x_soc.c'))
5
6hw_arch += {'tricore': tricore_ss}
7