]> git.proxmox.com Git - mirror_iproute2.git/blob - bridge/Makefile
Merge branch 'master' into next
[mirror_iproute2.git] / bridge / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 BROBJ = bridge.o fdb.o monitor.o link.o mdb.o vlan.o
3
4 include ../config.mk
5
6 all: bridge
7
8 bridge: $(BROBJ) $(LIBNETLINK)
9 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
10
11 install: all
12 install -m 0755 bridge $(DESTDIR)$(SBINDIR)
13
14 clean:
15 rm -f $(BROBJ) bridge