commit | bb3871daf6d95101220969dc2634456cf2c503da | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Oct 11 11:13:24 2007 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Oct 11 11:13:24 2007 +0200 |
tree | 9c16fa9c4567916259f8539e40f3f7cbbbd8f398 | |
parent | 282317dc1570c392d1593869ded36baeee8f1d54 [diff] [blame] |
i386: prepare shared lib/semaphore.S Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
diff --git a/arch/i386/lib/Makefile b/arch/i386/lib/Makefile index 1bd9b85..dce510d 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile
@@ -4,7 +4,7 @@ lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy.o strstr_32.o \ - bitops.o semaphore.o string_32.o + bitops.o semaphore_32.o string_32.o lib-$(CONFIG_X86_USE_3DNOW) += mmx.o