summaryrefslogtreecommitdiff
path: root/qom/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'qom/Makefile.objs')
-rw-r--r--qom/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
diff --git a/qom/Makefile.objs b/qom/Makefile.objs
new file mode 100644
index 0000000000..5ef060a401
--- /dev/null
+++ b/qom/Makefile.objs
@@ -0,0 +1,4 @@
+qom-obj-y = object.o container.o qom-qobject.o
+qom-obj-twice-y = cpu.o
+common-obj-y = $(qom-obj-twice-y)
+user-obj-y = $(qom-obj-twice-y)