]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - rdma/Makefile
rdma: Add driver QP type string
[mirror_iproute2.git] / rdma / Makefile
index ad7f417745577016b406571bda7269b6a3860bfb..e3f550bf1b06fed1b06b44ed7c18cd7d0589de4a 100644 (file)
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: GPL-2.0
+# SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
 include ../config.mk
 
 TARGETS :=
@@ -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