patch-2.3.22 linux/drivers/net/tokenring/Makefile

Next file: linux/drivers/net/tokenring/sktr.c
Previous file: linux/drivers/net/tokenring/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.21/linux/drivers/net/tokenring/Makefile linux/drivers/net/tokenring/Makefile
@@ -39,11 +39,11 @@
   endif
 endif
 
-ifeq ($(CONFIG_SKTR),y)
-  L_OBJS += sktr.o
+ifeq ($(CONFIG_TMS380TR),y)
+  L_OBJS += tms380tr.o
 else
-  ifeq ($(CONFIG_SKTR),m)
-    M_OBJS += sktr.o
+  ifeq ($(CONFIG_TMS380TR),m)
+    M_OBJS += tms380tr.o
   endif
 endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)