summaryrefslogtreecommitdiffstats
path: root/kernel/linux2.5/net/bridge/Makefile
blob: ffc6c48654b5548ca7a56d091f68de2d9ffc97a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Makefile for the IEEE 802.1d ethernet bridging layer.
#

ifneq ($(CONFIG_BRIDGE_EBT_BROUTE),n)
ifneq ($(CONFIG_BRIDGE_EBT_BROUTE),)
export-objs := br.o
endif
endif

obj-$(CONFIG_BRIDGE) += bridge.o

bridge-objs	:= br.o br_device.o br_fdb.o br_forward.o br_if.o br_input.o \
			br_ioctl.o br_notify.o br_stp.o br_stp_bpdu.o \
			br_stp_if.o br_stp_timer.o
obj-$(CONFIG_BRIDGE_EBT) += netfilter/

include $(TOPDIR)/Rules.make