]> Git Repo - qemu.git/blob - hw/openrisc/meson.build
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / openrisc / meson.build
1 openrisc_ss = ss.source_set()
2 openrisc_ss.add(files('cputimer.c'))
3 openrisc_ss.add(files('boot.c'))
4 openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: [files('openrisc_sim.c'), fdt])
5 openrisc_ss.add(when: 'CONFIG_OR1K_VIRT', if_true: [files('virt.c'), fdt])
6
7 hw_arch += {'openrisc': openrisc_ss}
This page took 0.026331 seconds and 4 git commands to generate.