]> Git Repo - qemu.git/blob - hw/nios2/meson.build
hw/mips/fuloong2e: Set CPU frequency to 533 MHz
[qemu.git] / hw / nios2 / meson.build
1 nios2_ss = ss.source_set()
2 nios2_ss.add(files('boot.c', 'cpu_pic.c'))
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.025118 seconds and 4 git commands to generate.