]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - rdma/Makefile
rdma: Add link object
[mirror_iproute2.git] / rdma / Makefile
index 123d7ac514d9687381913494d3185e9ec8c73780..1a9e4b1a93011b739a6ce0263899916f5fb45357 100644 (file)
@@ -2,7 +2,7 @@ include ../Config
 
 ifeq ($(HAVE_MNL),y)
 
-RDMA_OBJ = rdma.o utils.o dev.o
+RDMA_OBJ = rdma.o utils.o dev.o link.o
 
 TARGETS=rdma
 CFLAGS += $(shell $(PKG_CONFIG) libmnl --cflags)