summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-07-26 15:59:25 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-07-26 15:59:25 +0000
commit219c988323d1d325393b64b392edc23a67dd28e0 (patch)
treed6079b2120c7a1b67488f33feb96306a4996de3e /kernel
parentc1363220fd7b8ae147ae823d5d6db02aba4c1f62 (diff)
*** empty log message ***
Diffstat (limited to 'kernel')
-rw-r--r--kernel/linux/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/linux/net/Makefile b/kernel/linux/net/Makefile
index 25d02b2..6b1fcf6 100644
--- a/kernel/linux/net/Makefile
+++ b/kernel/linux/net/Makefile
@@ -28,7 +28,7 @@ endif
endif
ifneq ($(CONFIG_BRIDGE),n)
-ifneq ($CONFIG_BRIDGE),)
+ifneq ($(CONFIG_BRIDGE),)
subdir-$(CONFIG_BRIDGE) += bridge/netfilter
endif
endif