From: Sedat Dilek Date: Wed, 3 Aug 2011 00:52:58 +0000 (+1000) Subject: s/lib-/obj-/ for usercopy.o X-Git-Tag: next-20110810~2^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=df177e3f34866ef9b8f38554ef8d4b812f43e087;p=karo-tx-linux.git 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 --- diff --git a/lib/Makefile b/lib/Makefile index b86a3f90a0e3..15f7bb62da98 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 find_next_bit.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