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