]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - lib/Makefile
lib: move kasprintf to a separate file
[mirror_ubuntu-zesty-kernel.git] / lib / Makefile
index da68b2ca06062718405eeba72085a7d666f497dc..d9e5f1cd0bfbb4e4cedae4d68ec7af423c80fa79 100644 (file)
@@ -2,10 +2,10 @@
 # Makefile for some libs needed in the kernel.
 #
 
-lib-y := ctype.o string.o vsprintf.o cmdline.o \
+lib-y := ctype.o string.o vsprintf.o kasprintf.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
+        sha1.o irq_regs.o reciprocal_div.o argv_split.o
 
 lib-$(CONFIG_MMU) += ioremap.o
 lib-$(CONFIG_SMP) += cpumask.o