We cannot tell at build time whether some module may want it. Signed-off-by: Andrew Morton --- 25-akpm/lib/Makefile | 4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) diff -puN lib/Makefile~sort-link-it-in lib/Makefile --- 25/lib/Makefile~sort-link-it-in 2005-03-01 02:39:45.000000000 -0800 +++ 25-akpm/lib/Makefile 2005-03-01 02:40:02.000000000 -0800 @@ -5,7 +5,9 @@ lib-y := errno.o ctype.o string.o vsprintf.o cmdline.o \ bust_spinlocks.o rbtree.o radix-tree.o dump_stack.o \ kobject.o kref.o idr.o div64.o parser.o int_sqrt.o \ - bitmap.o extable.o kobject_uevent.o prio_tree.o sort.o + bitmap.o extable.o kobject_uevent.o prio_tree.o + +obj-y += sort.o ifeq ($(CONFIG_DEBUG_KOBJECT),y) CFLAGS_kobject.o += -DDEBUG _