X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=lib%2FMakefile;h=8498a5c9815a3c0273d99fd45c3d10bdf42c3375;hp=dbf6f3d6eefb41ac2919f874c6eef5570e6cc88e;hb=2727c56c12b19283fd0eedf3271e2e30622b8ed9;hpb=f1e1fabe6b48ec6d9e60715a2d5c3fc7bb6ec7ec diff --git a/lib/Makefile b/lib/Makefile index dbf6f3d6eefb..8498a5c9815a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -26,7 +26,8 @@ obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \ bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \ gcd.o lcm.o list_sort.o uuid.o flex_array.o iov_iter.o clz_ctz.o \ bsearch.o find_bit.o llist.o memweight.o kfifo.o \ - percpu-refcount.o percpu_ida.o rhashtable.o reciprocal_div.o + percpu-refcount.o percpu_ida.o rhashtable.o reciprocal_div.o \ + once.o obj-y += string_helpers.o obj-$(CONFIG_TEST_STRING_HELPERS) += test-string_helpers.o obj-y += hexdump.o