aspeed: Deprecate the tacoma-bmc machine
[qemu/armbru.git] / hw / openrisc / meson.build
blob82f1f0ef1cc91e437bb3dcc2279957c189212d2e
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'))
5 openrisc_ss.add(when: 'CONFIG_OR1K_VIRT', if_true: files('virt.c'))
7 hw_arch += {'openrisc': openrisc_ss}