From 31834147ef934140c9d41afe130ac8606c2d7a81 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:13:20 +0200 Subject: [PATCH] i386: prepare shared lib/checksum.S Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/lib/Makefile | 2 +- arch/i386/lib/{checksum.S => checksum_32.S} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/i386/lib/{checksum.S => checksum_32.S} (100%) diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 4d105fd..afbc99d 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile @@ -3,7 +3,7 @@ # -lib-y = checksum.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \ +lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr.o \ bitops.o semaphore.o string.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o diff --git a/arch/i386/lib/checksum.S b/arch/i386/lib/checksum_32.S similarity index 100% rename from arch/i386/lib/checksum.S rename to arch/i386/lib/checksum_32.S -- 2.7.4