patch-2.1.23 linux/drivers/net/Makefile

Next file: linux/drivers/net/README.multicast
Previous file: linux/drivers/char/vt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.22/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -255,14 +255,6 @@
   endif
 endif
 
-ifeq ($(CONFIG_DE620),y)
-L_OBJS += de620.o
-else
-  ifeq ($(CONFIG_DE620),m)
-  M_OBJS += de620.o
-  endif
-endif
-
 ifeq ($(CONFIG_AT1500),y)
 L_OBJS += lance.o
 endif
@@ -280,6 +272,10 @@
 
 ifeq ($(CONFIG_SUNLANCE),y)
 L_OBJS += sunlance.o
+else
+  ifeq ($(CONFIG_SUNLANCE),m)
+  M_OBJS += sunlance.o
+  endif
 endif
 
 ifeq ($(CONFIG_HAPPYMEAL),y)

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