From 2d258adacd54dd7834cd767c8a0032458b85eed1 Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Wed, 18 Sep 2002 18:29:32 +0000 Subject: *** empty log message *** --- br-nf-bds/linux2.5/net/bridge/Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'br-nf-bds') diff --git a/br-nf-bds/linux2.5/net/bridge/Makefile b/br-nf-bds/linux2.5/net/bridge/Makefile index 5eed6ca..2f76bc7 100644 --- a/br-nf-bds/linux2.5/net/bridge/Makefile +++ b/br-nf-bds/linux2.5/net/bridge/Makefile @@ -2,23 +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/ - -ifneq ($(CONFIG_BRIDGE_NF),n) -ifneq ($(CONFIG_BRIDGE_NF),) -bridge-objs += br_netfilter.o -endif -endif + br_stp_if.o br_stp_timer.o br_netfilter.o +obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/ include $(TOPDIR)/Rules.make -- cgit v1.2.3