[openib-general] [IWARP BRANCH] [PATCH 3/3] Fix rdma_lat and rdma_bw to work with the new stack and libraries

Pradipta Kumar Banerjee bpradip at in.ibm.com
Tue Jun 27 11:01:22 PDT 2006


This fixes the Makefile to properly build rdma_lat and rdma_bw
Includes the librdmacm library.

Signed-off-by: Pradipta Kumar Banerjee <bpradip at in.ibm.com>

---

Index: Makefile
=============================================================================
--- bkp/Makefile	2006-06-22 10:18:58.000000000 +0530
+++ Makefile	2006-06-22 10:26:55.000000000 +0530
@@ -10,7 +10,7 @@ EXTRA_HEADERS = get_clock.h
 LOADLIBES += 
 LDFLAGS +=
 
-${TESTS}: LOADLIBES += -libverbs
+${TESTS}: LOADLIBES += -libverbs -lrdmacm
 
 ${TESTS} ${UTILS}: %: %.c ${EXTRA_FILES} ${EXTRA_HEADERS}
 	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $< ${EXTRA_FILES} $(LOADLIBES) $(LDLIBS) -o $@




More information about the general mailing list