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