]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - rdma/Makefile
rdma: Add driver QP type string
[mirror_iproute2.git] / rdma / Makefile
index 6a4242341a62f3e622677acc9879dde3549cd996..e3f550bf1b06fed1b06b44ed7c18cd7d0589de4a 100644 (file)
@@ -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