Sign in
qemu
/
qemu
/
4833c75611e334164b970c79be95f239ce676ab1
/
.
/
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
}