Commit 652c75c6 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

dist: enable in all target if ENABLE_DIST=y

Still disabled by default because of rdma library dependencies.
parent 62ee1d5a
......@@ -29,5 +29,9 @@ OBJS := $(addprefix $(d), net_rdma.o rdma.o utils.o)
$(bin_net_rdma): $(OBJS) -lrdmacm -libverbs -lpthread
CLEAN := $(bin_net_rdma) $(OBJS)
#ALL := $(bin_net_rdma)
ifeq ($(ENABLE_DIST),y)
ALL := $(bin_net_rdma)
endif
include mk/subdir_post.mk
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