Sign in
qemu
/
qemu
/
ba1da4a7f10c4be8831ece6c8a9af54cfc9b559a
/
.
/
hw
/
openrisc
/
meson.build
blob: 947f63ee087d649cf052d6ed9974c7a3e24a25f3 [
file
] [
log
] [
blame
]
openrisc_ss
=
ss
.
source_set
()
openrisc_ss
.
add
(
files
(
'cputimer.c'
))
openrisc_ss
.
add
(
when
:
'CONFIG_OR1K_SIM'
,
if_true
:
files
(
'openrisc_sim.c'
))
hw_arch
+=
{
'openrisc'
:
openrisc_ss
}