patch-2.3.17 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.3.16/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -412,6 +412,10 @@
   endif
 endif
 
+ifeq ($(CONFIG_SUN3LANCE),y)
+L_OBJS += sun3lance.o
+endif
+
 ifeq ($(CONFIG_PCNET32),y)
 L_OBJS += pcnet32.o
 else

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)