patch-2.3.22 linux/drivers/net/Makefile
Next file: linux/drivers/net/ne.c
Previous file: linux/drivers/net/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Oct 14 14:22:08 1999
- Orig file:
v2.3.21/linux/drivers/net/Makefile
- Orig date:
Mon Oct 11 15:38:14 1999
diff -u --recursive --new-file v2.3.21/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -1035,6 +1035,14 @@
endif
endif
+ifeq ($(CONFIG_ADAPTEC_STARFIRE),y)
+L_OBJS += starfire.o
+else
+ ifeq ($(CONFIG_ADAPTEC_STARFIRE),m)
+ M_OBJS += starfire.o
+ endif
+endif
+
#
# HIPPI adapters
#
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)