patch-2.1.11 linux/drivers/net/Makefile
Next file: linux/drivers/net/README.multicast
Previous file: linux/drivers/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Nov 18 11:31:31 1996
- Orig file:
v2.1.10/linux/drivers/net/Makefile
- Orig date:
Tue Nov 12 15:56:06 1996
diff -u --recursive --new-file v2.1.10/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -233,8 +233,20 @@
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
+
+ifeq ($(CONFIG_DEFXX),y)
+L_OBJS += defxx.o
endif
ifeq ($(CONFIG_LANCE),y)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov