]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
Makefile: introduce common-obj-m and block-obj-m for DSO
authorFam Zheng <famz@redhat.com>
Mon, 10 Feb 2014 06:48:59 +0000 (14:48 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 20 Feb 2014 12:14:18 +0000 (13:14 +0100)
commitcc47569881d56ab11bd33b6fbaf60aeedb25e8a9
tree7eb1767ae5ba20f6206b07eadb1eb8aeab6a884a
parente3be6f0ecc7e2c8e47ae7a49d523c50bc1bdf621
Makefile: introduce common-obj-m and block-obj-m for DSO

$(common-obj-m) will include $(block-obj-m), like $(common-obj-y) does
for $(block-obj-y).

Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile
Makefile.objs
Makefile.target