2c44220d05
Each architecture's sourceset is placed in an hw_arch dictionary, and picked up from there when building the per-emulator static_library. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
5 lines
143 B
Meson
5 lines
143 B
Meson
tricore_ss = ss.source_set()
|
|
tricore_ss.add(when: 'CONFIG_TRICORE', if_true: files('tricore_testboard.c'))
|
|
|
|
hw_arch += {'tricore': tricore_ss}
|