mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
7025114b1c
These will be shared with the virt platform. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
7 lines
220 B
Meson
7 lines
220 B
Meson
openrisc_ss = ss.source_set()
|
|
openrisc_ss.add(files('cputimer.c'))
|
|
openrisc_ss.add(files('boot.c'))
|
|
openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: [files('openrisc_sim.c'), fdt])
|
|
|
|
hw_arch += {'openrisc': openrisc_ss}
|