X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fraid6%2FMakefile;h=035b0a4db476a1fba02620c2a422323dc5a1f560;hb=886d1f1f8f5f65fd3048c0d6befe0d3222fb11a2;hp=45e17619422b4ef4b3c278b242806668d034b19f;hpb=9d6cf4720203ed4db30855c01876ab4e5be61fd8;p=linux-2.6-microblaze.git diff --git a/lib/raid6/Makefile b/lib/raid6/Makefile index 45e17619422b..035b0a4db476 100644 --- a/lib/raid6/Makefile +++ b/lib/raid6/Makefile @@ -9,6 +9,7 @@ raid6_pq-$(CONFIG_ALTIVEC) += altivec1.o altivec2.o altivec4.o altivec8.o \ vpermxor1.o vpermxor2.o vpermxor4.o vpermxor8.o raid6_pq-$(CONFIG_KERNEL_MODE_NEON) += neon.o neon1.o neon2.o neon4.o neon8.o recov_neon.o recov_neon_inner.o raid6_pq-$(CONFIG_S390) += s390vx8.o recov_s390xc.o +raid6_pq-$(CONFIG_LOONGARCH) += loongarch_simd.o recov_loongarch_simd.o hostprogs += mktables