]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - lib/raid6/test/Makefile
lib/raid6: update test program for recovery functions
[linux-3.10.git] / lib / raid6 / test / Makefile
index aa651697b6dcee47f8378d07a65ef5df186b4cf9..c76151d94764dec2965dbc20b0e4cdb1a03b5408 100644 (file)
@@ -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 $@ $^