[Qemu-devel] [PULL 06/12] rules.mak: introduce DSO rules

2014-02-20 Thread Paolo Bonzini
From: Fam Zheng f...@redhat.com Add necessary rules and flags for shared object generation. The new rules introduced here are: 1) %.o in $(common-obj-m) is compiled to %.o, then linked to %.so. 2) %.mo in $(common-obj-m) is the placeholder for %.so for pattern matching in Makefile. It's linked

[Qemu-devel] [PULL 06/12] rules.mak: introduce DSO rules

2014-02-17 Thread Paolo Bonzini
From: Fam Zheng f...@redhat.com Add necessary rules and flags for shared object generation. The new rules introduced here are: 1) %.o in $(common-obj-m) is compiled to %.o, then linked to %.so. 2) %.mo in $(common-obj-m) is the placeholder for %.so for pattern matching in Makefile. It's linked