patch-1.3.9 linux/drivers/net/Makefile
Next file: linux/drivers/net/Space.c
Previous file: linux/drivers/char/Makefile
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Jul 11 08:02:20 1995
- Orig file:
v1.3.8/linux/drivers/net/Makefile
- Orig date:
Thu Jun 29 19:02:41 1995
diff -u --recursive --new-file v1.3.8/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -24,6 +24,10 @@
net_init.o: ../../include/linux/autoconf.h
+ifdef CONFIG_SEEQ8005
+NETDRV_OBJS := $(NETDRV_OBJS) seeq8005.o
+endif
+
ifdef CONFIG_IBMTR
NETDRV_OBJS := $(NETDRV_OBJS) ibmtr.o
endif
@@ -304,8 +308,4 @@
endif
-# include a dependency file if one exists
-
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
+include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this