From edfe4ec0a25d8f6c1d5ad8433c4b5b34fd36beac Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Sun, 7 Oct 2007 00:24:34 -0700 Subject: [PATCH] --- yaml --- r: 65309 b: refs/heads/master c: 7a5c5d5735e785a700a377a5fce913b8ad45a58f h: refs/heads/master i: 65307: a47c2c453cd961d66b3f5f452214092d98394f39 v: v3 --- [refs] | 2 +- trunk/lib/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9ae08aa86dd9..c0778a9ddf6c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a560aa48eed66fdf78f2a2813ab7b4ca766a84ce +refs/heads/master: 7a5c5d5735e785a700a377a5fce913b8ad45a58f diff --git a/trunk/lib/Makefile b/trunk/lib/Makefile index 6b0ba8cf4e5f..4f3f3e256501 100644 --- a/trunk/lib/Makefile +++ b/trunk/lib/Makefile @@ -2,7 +2,7 @@ # Makefile for some libs needed in the kernel. # -lib-y := ctype.o string.o vsprintf.o kasprintf.o cmdline.o \ +lib-y := ctype.o string.o vsprintf.o cmdline.o \ rbtree.o radix-tree.o dump_stack.o \ idr.o int_sqrt.o bitmap.o extable.o prio_tree.o \ sha1.o irq_regs.o reciprocal_div.o argv_split.o @@ -13,7 +13,7 @@ lib-$(CONFIG_SMP) += cpumask.o lib-y += kobject.o kref.o kobject_uevent.o klist.o obj-y += div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \ - bust_spinlocks.o hexdump.o + bust_spinlocks.o hexdump.o kasprintf.o ifeq ($(CONFIG_DEBUG_KOBJECT),y) CFLAGS_kobject.o += -DDEBUG