qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH RDMA support v5: 02/12] check for CONFIG_RDMA


From: mrhines
Subject: [Qemu-devel] [RFC PATCH RDMA support v5: 02/12] check for CONFIG_RDMA
Date: Mon, 8 Apr 2013 23:04:31 -0400

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
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]