patch-2.3.47 linux/net/Makefile
Next file: linux/net/README
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Fri Feb 18 14:51:22 2000
-  Orig file: 
v2.3.46/linux/net/Makefile
-  Orig date: 
Thu Aug 26 13:05:42 1999
diff -u --recursive --new-file v2.3.46/linux/net/Makefile linux/net/Makefile
@@ -67,6 +67,10 @@
 
 ifeq ($(CONFIG_BRIDGE),y)
 SUB_DIRS += bridge
+else
+  ifeq ($(CONFIG_BRIDGE),m)
+    MOD_SUB_DIRS += bridge
+  endif
 endif
 
 ifeq ($(CONFIG_IPX),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)