Commit c4ede70a authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

dist: rename config option to ENABLE_RDMA from ENABLE_DIST

As this is only required because the rdma proxy has external
dependencies.
parent 4a522f27
...@@ -36,7 +36,7 @@ CLEAN := $(bin_net_rdma) $(bin_net_sockets) \ ...@@ -36,7 +36,7 @@ CLEAN := $(bin_net_rdma) $(bin_net_sockets) \
$(RDMA_OBJS) $(SOCKETS_OBJS) $(COMMON_OBJS) $(RDMA_OBJS) $(SOCKETS_OBJS) $(COMMON_OBJS)
ALL := $(bin_net_sockets) ALL := $(bin_net_sockets)
ifeq ($(ENABLE_DIST),y) ifeq ($(ENABLE_RDMA),y)
ALL += $(bin_net_rdma) ALL += $(bin_net_rdma)
endif endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment