]> git.proxmox.com Git - mirror_iproute2.git/blob - rdma/Makefile
Merge branch 'master' into net-next
[mirror_iproute2.git] / rdma / Makefile
1 include ../config.mk
2
3 ifeq ($(HAVE_MNL),y)
4
5 RDMA_OBJ = rdma.o utils.o dev.o link.o
6
7 TARGETS=rdma
8 endif
9
10 all: $(TARGETS) $(LIBS)
11
12 rdma: $(RDMA_OBJ) $(LIBS)
13 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
14
15 install: all
16 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
17
18 clean:
19 rm -f $(RDMA_OBJ) $(TARGETS)