| Kernel v2.4.19-rc5 /lib/Makefile |
|---|
 2.4.19-rc5
 lib
 Makefile
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/lib/Makefile linux/lib/Makefile
--- linux.orig/lib/Makefile 2001-09-17 22:31:15.000000000 +0000
+++ linux/lib/Makefile 2002-08-01 06:42:30.000000000 +0000
@@ -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
|