patch-2.4.0-test3 linux/lib/Makefile
Next file: linux/lib/dec_and_lock.c
Previous file: linux/kernel/timer.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Jul 7 16:41:11 2000
- Orig file:
v2.4.0-test2/linux/lib/Makefile
- Orig date:
Fri Jun 23 21:55:23 2000
diff -u --recursive --new-file v2.4.0-test2/linux/lib/Makefile linux/lib/Makefile
@@ -10,4 +10,8 @@
L_OBJS := errno.o ctype.o string.o vsprintf.o brlock.o
LX_OBJS := cmdline.o
+ifneq ($(CONFIG_HAVE_DEC_LOCK),y)
+ L_OBJS += dec_and_lock.o
+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)