Sign in
qemu
/
qemu
/
3a75ba650c4b4fc11c29f77c57fc30fd282c5ae9
/
.
/
hw
/
sh4
/
meson.build
blob: 7d27839fee64f4860b1ca22ab5e75a5df71ab4a7 [
file
] [
log
] [
blame
]
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
}