summaryrefslogtreecommitdiffstats
path: root/net/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
commit482368b1a8e45430672c58c9a42e7d2004367126 (patch)
treece2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /net/Makefile
parente4d0251c6f56ab2e191afb70f80f382793e23f74 (diff)
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index ccaed5154..bf234eae1 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -67,6 +67,10 @@ endif
ifeq ($(CONFIG_BRIDGE),y)
SUB_DIRS += bridge
+else
+ ifeq ($(CONFIG_BRIDGE),m)
+ MOD_SUB_DIRS += bridge
+ endif
endif
ifeq ($(CONFIG_IPX),y)