X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=rdma%2FMakefile;h=e3f550bf1b06fed1b06b44ed7c18cd7d0589de4a;hb=39307384cea7be7f50036f18ab3e9925026399fd;hp=6a4242341a62f3e622677acc9879dde3549cd996;hpb=be029b3a58148fef541f45df55a09784f15be14e;p=mirror_iproute2.git diff --git a/rdma/Makefile b/rdma/Makefile index 6a424234..e3f550bf 100644 --- a/rdma/Makefile +++ b/rdma/Makefile @@ -7,7 +7,7 @@ ifeq ($(HAVE_MNL),y) CFLAGS += -I./include/uapi/ RDMA_OBJ = rdma.o utils.o dev.o link.o res.o res-pd.o res-mr.o res-cq.o \ - res-cmid.o res-qp.o + res-cmid.o res-qp.o sys.o stat.o TARGETS += rdma endif