xref: /openbmc/qemu/hw/nios2/meson.build (revision 610cba31)
1nios2_ss = ss.source_set()
2nios2_ss.add(files('boot.c'), fdt)
3nios2_ss.add(when: 'CONFIG_NIOS2_10M50', if_true: files('10m50_devboard.c'))
4nios2_ss.add(when: 'CONFIG_NIOS2_GENERIC_NOMMU', if_true: files('generic_nommu.c'))
5
6hw_arch += {'nios2': nios2_ss}
7