build: adapt qom/Makefile and move it to Makefile.objs
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 May 2012 11:42:53 +0000 (13:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jun 2012 07:21:12 +0000 (09:21 +0200)
commit7f07b9cbc51066ddaa133b29389e225612aaced2
tree67c007537b3323e89f834f7d564ea6e1b6693146
parent99100dc3b55126fc60fbbfb854d5aab25ab5dafd
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>
Makefile.objs
qom/Makefile [deleted file]
qom/Makefile.objs [new file with mode: 0644]