diff options
author | James Morris <james.l.morris@oracle.com> | 2012-06-10 08:52:10 -0400 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2012-06-10 08:52:10 -0400 |
commit | 66dd07b88a1c9d446f32253da606b87324fa620e (patch) | |
tree | 4e0971bdd543585c7ab46716ae808a7fd82f9c35 /lib/raid6/test/Makefile | |
parent | f52c44cd27b4a0be37ef97f0466e4095ebebef3f (diff) | |
parent | cfaf025112d3856637ff34a767ef785ef5cf2ca9 (diff) |
Merge commit 'v3.5-rc2' into next
Diffstat (limited to 'lib/raid6/test/Makefile')
-rw-r--r-- | lib/raid6/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/test/Makefile b/lib/raid6/test/Makefile index aa651697b6dc..c76151d94764 100644 --- a/lib/raid6/test/Makefile +++ b/lib/raid6/test/Makefile | |||
@@ -23,7 +23,7 @@ RANLIB = ranlib | |||
23 | all: raid6.a raid6test | 23 | all: raid6.a raid6test |
24 | 24 | ||
25 | raid6.a: int1.o int2.o int4.o int8.o int16.o int32.o mmx.o sse1.o sse2.o \ | 25 | raid6.a: int1.o int2.o int4.o int8.o int16.o int32.o mmx.o sse1.o sse2.o \ |
26 | altivec1.o altivec2.o altivec4.o altivec8.o recov.o algos.o \ | 26 | altivec1.o altivec2.o altivec4.o altivec8.o recov.o recov_ssse3.o algos.o \ |
27 | tables.o | 27 | tables.o |
28 | rm -f $@ | 28 | rm -f $@ |
29 | $(AR) cq $@ $^ | 29 | $(AR) cq $@ $^ |