mirror of https://gitee.com/openkylin/linux.git
i386: prepare shared lib/checksum.S
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
96c4d6e71d
commit
31834147ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue