]> err.no Git - linux-2.6/commitdiff
i386: prepare shared lib/strstr.c
authorThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:21 +0000 (11:13 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 11 Oct 2007 09:13:21 +0000 (11:13 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/i386/lib/Makefile
arch/i386/lib/strstr_32.c [moved from arch/i386/lib/strstr.c with 100% similarity]

index afbc99d2ee8804af3dc63ac4c4ea0565f800c8bd..4d3ae15445d2139007160e8e853efcae44dd6230 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 
-lib-y = checksum_32.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_32.o \
        bitops.o semaphore.o string.o
 
 lib-$(CONFIG_X86_USE_3DNOW) += mmx.o