X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=rdma%2FMakefile;h=e3f550bf1b06fed1b06b44ed7c18cd7d0589de4a;hb=39307384cea7be7f50036f18ab3e9925026399fd;hp=4847f27eaf6a68de737603d8815801d47a59702b;hpb=1f250b6c5375277b1d6943358903121e491d9bca;p=mirror_iproute2.git diff --git a/rdma/Makefile b/rdma/Makefile index 4847f27e..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 sys.o + res-cmid.o res-qp.o sys.o stat.o TARGETS += rdma endif