]> Git Repo - qemu.git/blob - hw/sparc/meson.build
osdep: protect qemu/osdep.h with extern "C"
[qemu.git] / hw / sparc / meson.build
1 sparc_ss = ss.source_set()
2 sparc_ss.add(when: 'CONFIG_LEON3', if_true: files('leon3.c'))
3 sparc_ss.add(when: 'CONFIG_SUN4M', if_true: files('sun4m.c'))
4 sparc_ss.add(when: 'CONFIG_SUN4M', if_true: files('sun4m_iommu.c'))
5
6 hw_arch += {'sparc': sparc_ss}
This page took 0.023667 seconds and 4 git commands to generate.