X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Farm%2Flib%2FMakefile;h=391f3ab3ff32978ec9b8af262ad50b85ff71b464;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=7b726b627ea5ee38d85090774ab5d7f555d0c84c;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/arm/lib/Makefile b/arch/arm/lib/Makefile index 7b726b627..391f3ab3f 100644 --- a/arch/arm/lib/Makefile +++ b/arch/arm/lib/Makefile @@ -18,7 +18,7 @@ lib-y := backtrace.o changebit.o csumipv6.o csumpartial.o \ # the code in uaccess.S is not preemption safe and # probably faster on ARMv3 only -ifeq ($(CONFIG_PREEMPT),y) +ifeq ($CONFIG_PREEMPT,y) lib-y += copy_from_user.o copy_to_user.o else ifneq ($(CONFIG_CPU_32v3),y)