]> git.proxmox.com Git - mirror_iproute2.git/blame - rdma/Makefile
SPDX license identifiers
[mirror_iproute2.git] / rdma / Makefile
CommitLineData
6054c1eb 1# SPDX-License-Identifier: GPL-2.0
5f1df307 2include ../config.mk
74bd75c2
LR
3
4ifeq ($(HAVE_MNL),y)
5
da990ab4 6RDMA_OBJ = rdma.o utils.o dev.o link.o
74bd75c2
LR
7
8TARGETS=rdma
74bd75c2
LR
9endif
10
11all: $(TARGETS) $(LIBS)
12
13rdma: $(RDMA_OBJ) $(LIBS)
14 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
15
16install: all
17 install -m 0755 $(TARGETS) $(DESTDIR)$(SBINDIR)
18
19clean:
20 rm -f $(RDMA_OBJ) $(TARGETS)