1
0
Fork 0
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:
Dennis Potter 2018-06-22 13:01:52 +02:00
parent a1b7a9cda6
commit 1528603a88

View file

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