mirror of
https://github.com/adulau/aha.git
synced 2025-01-03 14:43:17 +00:00
i386: prepare shared lib/mmx.c
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
1bbad2b6f1
commit
e585d9617a
2 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
lib-y = checksum_32.o delay.o usercopy.o getuser.o putuser.o memcpy_32.o strstr_32.o \
|
||||
bitops.o semaphore_32.o string_32.o
|
||||
|
||||
lib-$(CONFIG_X86_USE_3DNOW) += mmx.o
|
||||
lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o
|
||||
|
||||
obj-$(CONFIG_SMP) += msr-on-cpu.o
|
||||
|
|
Loading…
Reference in a new issue