summaryrefslogtreecommitdiffstats
path: root/kernel/linux2.5/net/bridge/Makefile
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-08-23 19:57:34 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-08-23 19:57:34 +0000
commitbfa68d6b7c8799e4566bd2b85a54610435fe94bc (patch)
tree3878a2e53b1a3d0d7b81e28726601633314401f5 /kernel/linux2.5/net/bridge/Makefile
parent7dd8dbee70f4824d874838160655c248ae124f6c (diff)
*** empty log message ***
Diffstat (limited to 'kernel/linux2.5/net/bridge/Makefile')
-rw-r--r--kernel/linux2.5/net/bridge/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/kernel/linux2.5/net/bridge/Makefile b/kernel/linux2.5/net/bridge/Makefile
new file mode 100644
index 0000000..ffc6c48
--- /dev/null
+++ b/kernel/linux2.5/net/bridge/Makefile
@@ -0,0 +1,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