]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/Makefile
lib: add weak clz/ctz functions
[karo-tx-linux.git] / lib / Makefile
index c09e38eca87ac5df2c6bf45ef33e6487cba1cd23..9afb4f745e8f114574ab49d9213046099d30b623 100644 (file)
@@ -23,7 +23,7 @@ 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 \
-        gcd.o lcm.o list_sort.o uuid.o flex_array.o iovec.o \
+        gcd.o lcm.o list_sort.o uuid.o flex_array.o iovec.o clz_ctz.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