aboutsummaryrefslogtreecommitdiffstats
path: root/qom/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'qom/meson.build')
-rw-r--r--qom/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/qom/meson.build b/qom/meson.build
new file mode 100644
index 000000000..062a3789d
--- /dev/null
+++ b/qom/meson.build
@@ -0,0 +1,10 @@
+qom_ss.add(genh)
+qom_ss.add(files(
+ 'container.c',
+ 'object.c',
+ 'object_interfaces.c',
+ 'qom-qobject.c',
+))
+
+qmp_ss.add(files('qom-qmp-cmds.c'))
+softmmu_ss.add(files('qom-hmp-cmds.c'))