Il 09/04/2013 05:04, [email protected] ha scritto:
> From: "Michael R. Hines" <[email protected]>
> 
> Make both rdma.c and migration-rdma.c conditionally built.
> 
> Signed-off-by: Michael R. Hines <[email protected]>
> ---
>  Makefile.objs |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Makefile.objs b/Makefile.objs
> index e568c01..32f39d3 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -49,6 +49,7 @@ common-obj-$(CONFIG_POSIX) += os-posix.o
>  common-obj-$(CONFIG_LINUX) += fsdev/
>  
>  common-obj-y += migration.o migration-tcp.o
> +common-obj-$(CONFIG_RDMA) += migration-rdma.o rdma.o
>  common-obj-y += qemu-char.o #aio.o
>  common-obj-y += block-migration.o
>  common-obj-y += page_cache.o xbzrle.o
> 

Please add this line (and subsequently modify it) on the patches that
add the files.

Paolo

Reply via email to