Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into staging
[qemu/ar7.git] / hw / sparc / meson.build
blob19c442c90d9b1803a79b042d9a1b3d7efa722740
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'))
6 hw_arch += {'sparc': sparc_ss}