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
- Lines: 14
- Date:
Thu Jan 6 15:01:56 2000
- Orig file:
v2.3.37/linux/drivers/net/tokenring/Makefile
- Orig date:
Fri Oct 15 15:25:13 1999
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)