mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Added missing libraries to Makefile
This commit is contained in:
parent
a1b7a9cda6
commit
1528603a88
1 changed files with 3 additions and 1 deletions
|
@ -159,7 +159,9 @@ endif
|
|||
# Enable Infiniband support
|
||||
ifeq ($(WITH_NODE_INFINIBAND),1)
|
||||
LIB_SRCS += lib/nodes/infiniband.c
|
||||
LIB_NODES += infiniband
|
||||
LIB_NODES += infiniband
|
||||
LIB_LDLIBS += -libverbs
|
||||
LIB_LDLIBS += -lrdmacm
|
||||
WITH_IO = 1
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue