From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPbgl-0003Fh-Tn for qemu-devel@nongnu.org; Tue, 09 Apr 2013 12:46:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPbgk-00023R-Iv for qemu-devel@nongnu.org; Tue, 09 Apr 2013 12:46:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPbgk-00023L-BS for qemu-devel@nongnu.org; Tue, 09 Apr 2013 12:46:30 -0400 Message-ID: <516445DB.9080409@redhat.com> Date: Tue, 09 Apr 2013 18:46:19 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1365476681-31593-1-git-send-email-mrhines@linux.vnet.ibm.com> <1365476681-31593-3-git-send-email-mrhines@linux.vnet.ibm.com> In-Reply-To: <1365476681-31593-3-git-send-email-mrhines@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH RDMA support v5: 02/12] check for CONFIG_RDMA List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: mrhines@linux.vnet.ibm.com Cc: aliguori@us.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, owasserm@redhat.com, abali@us.ibm.com, mrhines@us.ibm.com, gokul@us.ibm.com Il 09/04/2013 05:04, mrhines@linux.vnet.ibm.com ha scritto: > From: "Michael R. Hines" > > Make both rdma.c and migration-rdma.c conditionally built. > > Signed-off-by: Michael R. Hines > --- > 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