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