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

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)