From ce56977c027330cbd87443a6c656a18436a6012a Mon Sep 17 00:00:00 2001 From: Sedat Dilek Date: Thu, 25 Aug 2011 09:47:27 +1000 Subject: [PATCH] s/lib-/obj-/ for usercopy.o Reported-by: Randy Dunlap Reported-by: Sedat Dilek Tested-by: Randy Dunlap Tested-by: Sedat Dilek Cc: Stephen Boyd Signed-off-by: Sedat Dilek Signed-off-by: Andrew Morton --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 16bcb8d1ab58..7d500a5f283f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -14,7 +14,7 @@ lib-y := ctype.o string.o vsprintf.o cmdline.o \ proportions.o prio_heap.o ratelimit.o show_mem.o \ is_single_threaded.o plist.o decompress.o -lib-$(CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS) += usercopy.o +obj-$(CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS) += usercopy.o lib-$(CONFIG_MMU) += ioremap.o lib-$(CONFIG_SMP) += cpumask.o -- 2.39.2