xref: /openbmc/qemu/hw/openrisc/meson.build (revision c7c513389c6cb8c6dd60e55d1c99244de4e93663)
1openrisc_ss = ss.source_set()
2openrisc_ss.add(files('cputimer.c'))
3openrisc_ss.add(files('boot.c'))
4openrisc_ss.add(when: 'CONFIG_OR1K_SIM', if_true: files('openrisc_sim.c'))
5openrisc_ss.add(when: 'CONFIG_OR1K_VIRT', if_true: files('virt.c'))
6
7hw_arch += {'openrisc': openrisc_ss}
8