patch-2.4.10 linux/lib/Makefile
Next file: linux/lib/bust_spinlocks.c
Previous file: linux/kernel/sysctl.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Sep 17 15:31:15 2001
- Orig file:
v2.4.9/linux/lib/Makefile
- Orig date:
Wed Apr 25 13:31:03 2001
diff -u --recursive --new-file v2.4.9/linux/lib/Makefile linux/lib/Makefile
@@ -8,9 +8,9 @@
L_TARGET := lib.a
-export-objs := cmdline.o rwsem-spinlock.o rwsem.o
+export-objs := cmdline.o dec_and_lock.o rwsem-spinlock.o rwsem.o
-obj-y := errno.o ctype.o string.o vsprintf.o brlock.o cmdline.o
+obj-y := errno.o ctype.o string.o vsprintf.o brlock.o cmdline.o bust_spinlocks.o rbtree.o
obj-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o
obj-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)