patch-2.3.41 linux/drivers/net/tokenring/Makefile
Next file: linux/drivers/net/tokenring/abyss.c
Previous file: linux/drivers/net/tokenring/Config.in
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Wed Jan 26 13:16:05 2000
- Orig file:
v2.3.40/linux/drivers/net/tokenring/Makefile
- Orig date:
Fri Jan 7 19:13:22 2000
diff -u --recursive --new-file v2.3.40/linux/drivers/net/tokenring/Makefile linux/drivers/net/tokenring/Makefile
@@ -41,9 +41,27 @@
ifeq ($(CONFIG_TMS380TR),y)
L_OBJS += tms380tr.o
+ ifeq ($(CONFIG_ABYSS),y)
+ L_OBJS += abyss.o
+ endif
+ ifeq ($(CONFIG_MADGEMC),y)
+ L_OBJS += madgemc.o
+ endif
+ ifeq ($(CONFIG_TMSPCI),y)
+ L_OBJS += tmspci.o
+ endif
else
ifeq ($(CONFIG_TMS380TR),m)
M_OBJS += tms380tr.o
+ ifeq ($(CONFIG_ABYSS),m)
+ M_OBJS += abyss.o
+ endif
+ ifeq ($(CONFIG_MADGEMC),m)
+ M_OBJS += madgemc.o
+ endif
+ ifeq ($(CONFIG_TMSPCI),m)
+ M_OBJS += tmspci.o
+ endif
endif
endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)