X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=lib%2FMakefile;h=126b34f2eb1663dcc9636ca71647e05736708689;hb=b7c5b1aa2836c933ab03f90391619ebdc9112e46;hp=a459c31e8c6bb0286237b27bcb65d776bccad1b7;hpb=5e6d26cf4857a98032a4b71b13d5b33163803523;p=deliverable%2Flinux.git diff --git a/lib/Makefile b/lib/Makefile index a459c31e8c6b..126b34f2eb16 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -26,11 +26,13 @@ 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 clz_ctz.o \ bsearch.o find_last_bit.o find_next_bit.o llist.o memweight.o kfifo.o \ - percpu-refcount.o percpu_ida.o + percpu-refcount.o percpu_ida.o hash.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 +obj-$(CONFIG_TEST_MODULE) += test_module.o +obj-$(CONFIG_TEST_USER_COPY) += test_user_copy.o ifeq ($(CONFIG_DEBUG_KOBJECT),y) CFLAGS_kobject.o += -DDEBUG