patch-2.1.126 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

diff -u --recursive --new-file v2.1.125/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -199,6 +199,16 @@
   endif
 endif
 
+ifeq ($(CONFIG_NE2_MCA),y)
+L_OBJS += ne2.o
+CONFIG_8390_BUILTIN = y
+else
+  ifeq ($(CONFIG_NE2_MCA),m)
+  CONFIG_8390_MODULE = y
+  M_OBJS += ne2.o
+  endif
+endif
+
 ifeq ($(CONFIG_HPLAN),y)
 L_OBJS += hp.o
 CONFIG_8390_BUILTIN = y

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