X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=rdma%2FMakefile;h=e3f550bf1b06fed1b06b44ed7c18cd7d0589de4a;hb=4e2d9fc4d8119fdd536df15cc538002a7d7a0e75;hp=6a4242341a62f3e622677acc9879dde3549cd996;hpb=835d83216bbac5e9eaaf30f16f87e48a83ec0efc;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