patch-2.1.94 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:
Tue Apr 7 08:05:05 1998
- Orig file:
v2.1.93/linux/drivers/net/Makefile
- Orig date:
Thu Mar 26 15:57:03 1998
diff -u --recursive --new-file v2.1.93/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -581,6 +581,14 @@
endif
endif
+ifeq ($(CONFIG_EPIC100),y)
+L_OBJS += epic100.o
+else
+ ifeq ($(CONFIG_EPIC100),m)
+ M_OBJS += epic100.o
+ endif
+endif
+
# If anything built-in uses slhc, then build it into the kernel also.
# If not, but a module uses it, build as a module.
ifdef CONFIG_SLHC_BUILTIN
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov