X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Fraid6%2FMakefile;h=3057011f5599bed39532bbe83e6d84cc4a3f05f8;hb=35a891be96f1f8e1227e6ad3ca827b8a08ce47ea;hp=29f503ebfd60c7772098b1718f07537fe9a2f3b4;hpb=6a497e9d5828120cf55c2aea508176d94cf7f5ba;p=karo-tx-linux.git diff --git a/lib/raid6/Makefile b/lib/raid6/Makefile index 29f503ebfd60..3057011f5599 100644 --- a/lib/raid6/Makefile +++ b/lib/raid6/Makefile @@ -3,7 +3,7 @@ obj-$(CONFIG_RAID6_PQ) += raid6_pq.o raid6_pq-y += algos.o recov.o tables.o int1.o int2.o int4.o \ int8.o int16.o int32.o -raid6_pq-$(CONFIG_X86) += recov_ssse3.o recov_avx2.o mmx.o sse1.o sse2.o avx2.o +raid6_pq-$(CONFIG_X86) += recov_ssse3.o recov_avx2.o mmx.o sse1.o sse2.o avx2.o avx512.o recov_avx512.o raid6_pq-$(CONFIG_ALTIVEC) += altivec1.o altivec2.o altivec4.o altivec8.o raid6_pq-$(CONFIG_KERNEL_MODE_NEON) += neon.o neon1.o neon2.o neon4.o neon8.o raid6_pq-$(CONFIG_TILEGX) += tilegx8.o