From 909a6bcfae1c0f522f4423f37a2fb59f401eac87 Mon Sep 17 00:00:00 2001 From: Sedat Dilek Date: Wed, 28 Sep 2011 10:50:30 +1000 Subject: [PATCH] consolidate-config_debug_strict_user_copy_checks-fix 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.5