Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210330' into...
[qemu/ar7.git] / hw / sparc64 / meson.build
blob58b550465188c1905e410a1a022b3b8c49708868
1 sparc64_ss = ss.source_set()
2 sparc64_ss.add(files('sparc64.c'))
3 sparc64_ss.add(when: 'CONFIG_NIAGARA', if_true: files('niagara.c'))
4 sparc64_ss.add(when: 'CONFIG_SUN4U', if_true: files('sun4u.c', 'sun4u_iommu.c'))
6 hw_arch += {'sparc64': sparc64_ss}