summaryrefslogtreecommitdiffstats
path: root/kernel/linux2.5/net
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/linux2.5/net')
-rw-r--r--kernel/linux2.5/net/bridge/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/kernel/linux2.5/net/bridge/Makefile b/kernel/linux2.5/net/bridge/Makefile
index ffc6c48..31a9d86 100644
--- a/kernel/linux2.5/net/bridge/Makefile
+++ b/kernel/linux2.5/net/bridge/Makefile
@@ -2,17 +2,13 @@
# 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/
+obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/
include $(TOPDIR)/Rules.make