patch-2.2.10 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 Jun 7 14:35:22 1999
- Orig file:
v2.2.9/linux/drivers/net/Makefile
- Orig date:
Fri Apr 16 14:47:30 1999
diff -u --recursive --new-file v2.2.9/linux/drivers/net/Makefile linux/drivers/net/Makefile
@@ -486,6 +486,14 @@
endif
endif
+ifeq ($(CONFIG_SKMC),y)
+L_OBJS += sk_mca.o
+else
+ ifeq ($(CONFIG_SKMC),m)
+ M_OBJS += sk_mca.o
+ endif
+endif
+
ifeq ($(CONFIG_ELMC_II),y)
L_OBJS += 3c527.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)