summaryrefslogtreecommitdiffstats
path: root/kernel/linux/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/linux/net/Makefile')
-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