public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Move kasprintf.o to obj-y
@ 2007-09-24  7:18 Alexey Dobriyan
  2007-09-24  7:41 ` Christoph Hellwig
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Dobriyan @ 2007-09-24  7:18 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, devel

Modular puppyvisor started giving linking errors

	  MODPOST 1 modules
	ERROR: "kasprintf" [drivers/lguest/lg.ko] undefined!

Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
---

 lib/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/lib/Makefile
+++ b/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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-09-24  8:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-24  7:18 [PATCH] Move kasprintf.o to obj-y Alexey Dobriyan
2007-09-24  7:41 ` Christoph Hellwig
2007-09-24  7:59   ` Sam Ravnborg
2007-09-24  8:09     ` Christoph Hellwig
2007-09-24  8:21       ` Andrew Morton
2007-09-24  8:29       ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox