patch-2.1.124 linux/drivers/net/Makefile
Next file: linux/drivers/net/Space.c
Previous file: linux/drivers/net/Config.in
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Sun Oct  4 10:21:00 1998
-  Orig file: 
v2.1.123/linux/drivers/net/Makefile
-  Orig date: 
Wed Sep  9 14:51:08 1998
diff -u --recursive --new-file v2.1.123/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -752,6 +752,16 @@
   endif
 endif
 
+ifeq ($(CONFIG_ARIADNE2),y)
+L_OBJS += ariadne2.o
+CONFIG_8390_BUILTIN = y
+else
+  ifeq ($(CONFIG_ARIADNE2),m)
+  M_OBJS += ariadne2.o
+  CONFIG_8390_MODULE = y
+  endif
+endif
+
 # If anything built-in uses the 8390, then build it into the kernel also.
 # If not, but a module uses it, build as a module.
 ifdef CONFIG_8390_BUILTIN
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov