| Kernel v2.4.19 /lib/Makefile |
|---|
 2.4.19
 lib
 Makefile
diff -urN linux-2.4.18/lib/Makefile linux-2.4.19/lib/Makefile
--- linux-2.4.18/lib/Makefile Mon Sep 17 15:31:15 2001
+++ linux-2.4.19/lib/Makefile Fri Aug 2 17:39:46 2002
@@ -8,7 +8,7 @@
L_TARGET := lib.a
-export-objs := cmdline.o dec_and_lock.o rwsem-spinlock.o rwsem.o
+export-objs := cmdline.o dec_and_lock.o rwsem-spinlock.o rwsem.o rbtree.o
obj-y := errno.o ctype.o string.o vsprintf.o brlock.o cmdline.o bust_spinlocks.o rbtree.o
|