aboutsummaryrefslogtreecommitdiff
path: root/qom/Makefile
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-05-22 13:42:53 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-06-07 09:21:12 +0200
commit7f07b9cbc51066ddaa133b29389e225612aaced2 (patch)
tree67c007537b3323e89f834f7d564ea6e1b6693146 /qom/Makefile
parent99100dc3b55126fc60fbbfb854d5aab25ab5dafd (diff)
downloadqemu-7f07b9cbc51066ddaa133b29389e225612aaced2.zip
qemu-7f07b9cbc51066ddaa133b29389e225612aaced2.tar.gz
qemu-7f07b9cbc51066ddaa133b29389e225612aaced2.tar.bz2
build: adapt qom/Makefile and move it to Makefile.objs
qom/ already used a separate makefile. Convert it to use relative paths, and make it declare both common-obj-y and user-obj-y. This way, the upper makefiles do not need to know that some QOM files are compiled twice. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qom/Makefile')
-rw-r--r--qom/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/qom/Makefile b/qom/Makefile
deleted file mode 100644
index 34c6de5..0000000
--- a/qom/Makefile
+++ /dev/null
@@ -1,2 +0,0 @@
-qom-y = object.o container.o qom-qobject.o
-qom-twice-y = cpu.o