patch-2.1.43 linux/net/Makefile

Next file: linux/net/README
Previous file: linux/net/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.42/linux/net/Makefile linux/net/Makefile
@@ -105,6 +105,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_DECNET),y)
+SUB_DIRS += decnet
+else
+  ifeq ($(CONFIG_DECNET),m)
+  MOD_SUB_DIRS += decnet
+  endif
+endif
+
 # We must attach netsyms.o to socket.o, as otherwise there is nothing
 # to pull the object file from the archive.
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov