diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:33 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:13:33 -0400 |
commit | 6e696842484ffcf018bba6a46610091ff68f49a8 (patch) | |
tree | bd9221c5a5b83a6c12c8a9a3eb26ee193e6086ce /arch/i386/lib/Makefile | |
parent | 6d1f5420f0d4bd6f391295bb632ae65920983162 (diff) |
i386: prepare shared lib/putuser.S
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 246a775940ff..c2de356c6935 100644 --- a/arch/i386/lib/Makefile +++ b/arch/i386/lib/Makefile | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | 5 | ||
6 | lib-y = checksum_32.o delay.o usercopy_32.o getuser_32.o putuser.o memcpy_32.o strstr_32.o \ | 6 | lib-y = checksum_32.o delay.o usercopy_32.o getuser_32.o putuser_32.o memcpy_32.o strstr_32.o \ |
7 | bitops_32.o semaphore_32.o string_32.o | 7 | bitops_32.o semaphore_32.o string_32.o |
8 | 8 | ||
9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o | 9 | lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o |