0ea0538fae
The SHIX machine is deprecated since v9.0 (commit
322b038c94
"target/sh4: Deprecate the shix machine").
Time to remove it.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Message-ID: <20240903153959.18392-2-philmd@linaro.org>
9 lines
199 B
Meson
9 lines
199 B
Meson
sh4_ss = ss.source_set()
|
|
sh4_ss.add(when: 'CONFIG_SH7750', if_true: files(
|
|
'sh7750.c',
|
|
'sh7750_regnames.c',
|
|
))
|
|
sh4_ss.add(when: 'CONFIG_R2D', if_true: files('r2d.c'))
|
|
|
|
hw_arch += {'sh4': sh4_ss}
|