aboutsummaryrefslogtreecommitdiffstats
path: root/hw/sparc64/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'hw/sparc64/meson.build')
-rw-r--r--hw/sparc64/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/sparc64/meson.build b/hw/sparc64/meson.build
new file mode 100644
index 000000000..58b550465
--- /dev/null
+++ b/hw/sparc64/meson.build
@@ -0,0 +1,6 @@
+sparc64_ss = ss.source_set()
+sparc64_ss.add(files('sparc64.c'))
+sparc64_ss.add(when: 'CONFIG_NIAGARA', if_true: files('niagara.c'))
+sparc64_ss.add(when: 'CONFIG_SUN4U', if_true: files('sun4u.c', 'sun4u_iommu.c'))
+
+hw_arch += {'sparc64': sparc64_ss}