Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
8 lines
384 B
Meson
8 lines
384 B
Meson
tricore_ss = ss.source_set()
|
|
tricore_ss.add(when: 'CONFIG_TRICORE_TESTBOARD', if_true: files('tricore_testboard.c'))
|
|
tricore_ss.add(when: 'CONFIG_TRICORE_TESTBOARD', if_true: files('tricore_testdevice.c'))
|
|
tricore_ss.add(when: 'CONFIG_TRIBOARD', if_true: files('triboard.c'))
|
|
tricore_ss.add(when: 'CONFIG_TC27X_SOC', if_true: files('tc27x_soc.c'))
|
|
|
|
hw_arch += {'tricore': tricore_ss}
|