On 04/10/2013 08:42 AM, Paolo Bonzini wrote:
Il 10/04/2013 14:37, Michael R. Hines ha scritto:+common-obj-$(CONFIG_RDMA) += migration-rdma.o common-obj-y += qemu-char.o #aio.o common-obj-y += block-migration.o common-obj-y += page_cache.o xbzrle.oThis is in patch 5.PaoloI don't understand this comment. Can you clarify?You should not add the file to the Makefile until the file exists. Paolo
Ah! Ok. Understood =)