Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65424
b: refs/heads/master
c: 5fde34f
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent eaa4912 commit 43ff02d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d779d8f9f8419e8492959adc267cdf5478bc4748
refs/heads/master: 5fde34fddcb58af7bd08c143389ed074f8715f9f
16 changes: 5 additions & 11 deletions trunk/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 trunk/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 43ff02d

Please sign in to comment.