Skip to content

Commit

Permalink
i386: prepare shared lib/Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent d779d8f commit 5fde34f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
16 changes: 5 additions & 11 deletions arch/i386/lib/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
#
# 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
11 changes: 11 additions & 0 deletions arch/i386/lib/Makefile_32
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# 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

0 comments on commit 5fde34f

Please sign in to comment.