diff options
author | Jim Kukunas <james.t.kukunas@linux.intel.com> | 2012-05-22 13:54:23 +1000 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2012-05-22 13:54:23 +1000 |
commit | 2dbf708448c836754d25fe6108c5bfe1f5697c95 (patch) | |
tree | e66440e324014436704192e8a8f6549b8637fd03 /lib/raid6/test/Makefile | |
parent | 048a8b8c89dc427dd7a58527c8923224b1e66d83 (diff) | |
download | blackbird-obmc-linux-2dbf708448c836754d25fe6108c5bfe1f5697c95.tar.gz blackbird-obmc-linux-2dbf708448c836754d25fe6108c5bfe1f5697c95.zip |
lib/raid6: update test program for recovery functions
Test each combination of recovery and syndrome generation
functions.
Signed-off-by: Jim Kukunas <james.t.kukunas@linux.intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
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 all: raid6.a raid6test raid6.a: int1.o int2.o int4.o int8.o int16.o int32.o mmx.o sse1.o sse2.o \ - altivec1.o altivec2.o altivec4.o altivec8.o recov.o algos.o \ + altivec1.o altivec2.o altivec4.o altivec8.o recov.o recov_ssse3.o algos.o \ tables.o rm -f $@ $(AR) cq $@ $^ |