]> git.proxmox.com Git - qemu.git/commit
tools: reorganize Makefile variables
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 Oct 2011 11:33:01 +0000 (13:33 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 26 Oct 2011 12:48:17 +0000 (13:48 +0100)
commit4ab328d6488e117c369198c932d03acd7b4a1b4d
treee1489f2ef82f55f8bc91a9cd1bb76752b9232d04
parent8f355d6775d2f424c306c5a53f61a0528de5737e
tools: reorganize Makefile variables

- Add all dependencies of the block layer to block-obj-y, and all
  dependencies of QObject to qobject-obj-y

- Remove the block layer from tools-obj-y, add it to qemu-img, qemu-nbd,
  qemu-io

- Add qobject-obj-y and tools-obj-y wherever useful, remove duplicates

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Makefile
Makefile.objs