]> Git Repo - qemu.git/blob - hw/nios2/meson.build
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / hw / nios2 / meson.build
1 nios2_ss = ss.source_set()
2 nios2_ss.add(files('boot.c'), fdt)
3 nios2_ss.add(when: 'CONFIG_NIOS2_10M50', if_true: files('10m50_devboard.c'))
4 nios2_ss.add(when: 'CONFIG_NIOS2_GENERIC_NOMMU', if_true: files('generic_nommu.c'))
5
6 hw_arch += {'nios2': nios2_ss}
This page took 0.027865 seconds and 4 git commands to generate.