patch-2.1.33 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: 15
- Date:
Mon Apr 7 15:20:13 1997
- Orig file:
v2.1.32/linux/drivers/net/Makefile
- Orig date:
Fri Apr 4 08:52:20 1997
diff -u --recursive --new-file v2.1.32/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -371,6 +371,14 @@
endif
endif
+ifeq ($(CONFIG_EEXPRESS_PRO100),y)
+L_OBJS += eepro100.o
+else
+ ifeq ($(CONFIG_EEXPRESS_PRO100),m)
+ M_OBJS += eepro100.o
+ endif
+endif
+
ifeq ($(CONFIG_WAVELAN),y)
L_OBJS += wavelan.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov