Sign in
qemu
/
qemu
/
8e25dddaf93bd9b2fa79e4b5229e7b3a97a86b7f
/
.
/
hw
/
sparc
/
meson.build
blob: 19c442c90d9b1803a79b042d9a1b3d7efa722740 [
file
] [
log
] [
blame
]
sparc_ss
=
ss
.
source_set
()
sparc_ss
.
add
(
when
:
'CONFIG_LEON3'
,
if_true
:
files
(
'leon3.c'
))
sparc_ss
.
add
(
when
:
'CONFIG_SUN4M'
,
if_true
:
files
(
'sun4m.c'
))
sparc_ss
.
add
(
when
:
'CONFIG_SUN4M'
,
if_true
:
files
(
'sun4m_iommu.c'
))
hw_arch
+=
{
'sparc'
:
sparc_ss
}