Sign in
qemu
/
qemu
/
a2c4fb8cae92a2f54d77d6cc5c0404459e9dbabc
/
.
/
hw
/
sparc64
/
meson.build
blob: 58b550465188c1905e410a1a022b3b8c49708868 [
file
] [
log
] [
blame
]
sparc64_ss
=
ss
.
source_set
()
sparc64_ss
.
add
(
files
(
'sparc64.c'
))
sparc64_ss
.
add
(
when
:
'CONFIG_NIAGARA'
,
if_true
:
files
(
'niagara.c'
))
sparc64_ss
.
add
(
when
:
'CONFIG_SUN4U'
,
if_true
:
files
(
'sun4u.c'
,
'sun4u_iommu.c'
))
hw_arch
+=
{
'sparc64'
:
sparc64_ss
}