diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:23 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:23 -0400 |
commit | 282317dc1570c392d1593869ded36baeee8f1d54 (patch) | |
tree | 688dd9bd50eba4df45f857afa380b91f24ffc01f /arch/i386/lib/Makefile | |
parent | 2be2056cee405f3e3ca07e197ecd803e81cf5cb6 (diff) |
i386: prepare shared lib/string.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/i386/lib/Makefile')
-rw-r--r-- | arch/i386/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 4d3ae15445d2..1bd9b85b03cc 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr_32.o \ | 6 | lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr_32.o \ |
7 | bitops.o semaphore.o string.o | 7 | bitops.o semaphore.o string_32.o |
8 | 8 | ||
9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx.o | 9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx.o |
10 | 10 | ||