]> git.proxmox.com Git - mirror_iproute2.git/blame - bridge/Makefile
tc/pedit: Fix wrong pedit ipv6 structure id
[mirror_iproute2.git] / bridge / Makefile
CommitLineData
6054c1eb 1# SPDX-License-Identifier: GPL-2.0
9eff0e5c 2BROBJ = bridge.o fdb.o monitor.o link.o mdb.o vlan.o
d04bc300 3
5f1df307 4include ../config.mk
69fed534 5
d04bc300
SH
6all: bridge
7
3bad1dbb 8bridge: $(BROBJ) $(LIBNETLINK)
57bdf8b7 9 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
d04bc300
SH
10
11install: all
6d10827c 12 install -m 0755 bridge $(DESTDIR)$(SBINDIR)
d04bc300
SH
13
14clean:
6d10827c 15 rm -f $(BROBJ) bridge