Commit 5fde34fd authored by Thomas Gleixner's avatar Thomas Gleixner

i386: prepare shared lib/Makefile

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent d779d8f9
#
# Makefile for i386-specific library files..
#
lib-y = checksum_32.o delay_32.o usercopy_32.o getuser_32.o putuser_32.o memcpy_32.o strstr_32.o \
bitops_32.o semaphore_32.o string_32.o
lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o
obj-$(CONFIG_SMP) += msr-on-cpu.o
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/lib/Makefile_32
else
include ${srctree}/arch/x86_64/lib/Makefile_64
endif
#
# Makefile for i386-specific library files..
#
lib-y = checksum_32.o delay_32.o usercopy_32.o getuser_32.o putuser_32.o memcpy_32.o strstr_32.o \
bitops_32.o semaphore_32.o string_32.o
lib-$(CONFIG_X86_USE_3DNOW) += mmx_32.o
obj-$(CONFIG_SMP) += msr-on-cpu.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment