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

Next file: linux/drivers/net/tokenring/smctr.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.37/linux/drivers/net/tokenring/Makefile linux/drivers/net/tokenring/Makefile
@@ -47,5 +47,13 @@
   endif
 endif
 
+ifeq ($(CONFIG_SMCTR),y)
+  L_OBJS += smctr.o
+else
+  ifeq ($(CONFIG_SMCTR),m)
+    M_OBJS += smctr.o
+  endif
+endif
+
 include $(TOPDIR)/Rules.make
 

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