]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - lib/Makefile
kernel/compat.c: make do_sysinfo() static
[karo-tx-linux.git] / lib / Makefile
index 6e2cc561f761af79f2d555ca688bbcfe676de602..23c9a0fe74fc85b5ab07144583241176e62d613f 100644 (file)
@@ -22,8 +22,10 @@ lib-y        += kobject.o klist.o
 
 obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
         bust_spinlocks.o hexdump.o kasprintf.o bitmap.o scatterlist.o \
-        string_helpers.o gcd.o lcm.o list_sort.o uuid.o flex_array.o \
+        gcd.o lcm.o list_sort.o uuid.o flex_array.o \
         bsearch.o find_last_bit.o find_next_bit.o llist.o memweight.o kfifo.o
+obj-y += string_helpers.o
+obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o
 obj-y += kstrtox.o
 obj-$(CONFIG_TEST_KSTRTOX) += test-kstrtox.o