|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] [RFC PATCH RDMA support v5: 02/12] check for CONFIG_RDMA |
Date: | Tue, 09 Apr 2013 18:46:19 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 |
Il 09/04/2013 05:04, address@hidden ha scritto: > From: "Michael R. Hines" <address@hidden> > > Make both rdma.c and migration-rdma.c conditionally built. > > Signed-off-by: Michael R. Hines <address@hidden> > --- > 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
[Prev in Thread] | Current Thread | [Next in Thread] |