From b398550f5e013e047095a81b27b42a9328bb207a Mon Sep 17 00:00:00 2001 From: Bart De Schuymer Date: Tue, 30 Jul 2002 17:41:28 +0000 Subject: *** empty log message *** --- kernel/linux/net/bridge/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kernel/linux/net') diff --git a/kernel/linux/net/bridge/Makefile b/kernel/linux/net/bridge/Makefile index af0e094..d069395 100644 --- a/kernel/linux/net/bridge/Makefile +++ b/kernel/linux/net/bridge/Makefile @@ -7,7 +7,11 @@ # # Note 2! The CFLAGS definition is now in the main makefile... +ifneq ($(CONFIG_BRIDGE_EBT_BROUTE),n) +ifneq ($(CONFIG_BRIDGE_EBT_BROUTE),) export-objs := br.o +endif +endif O_TARGET := bridge.o obj-y := br.o br_device.o br_fdb.o br_forward.o br_if.o br_input.o \ -- cgit v1.2.3