On 03/17/2014 09:53 AM, chandramouli narayanan wrote: > On second thoughts, with sha1-sse3-(CONFIG_AS_AVX2) += > sha1_avx2_x86_64_asm.o, I have build issues and sha1_transform_avx2 > undefined in sha1-sss3.ko. > > I can rid #ifdef CONFIG_AS_AVX2 in patch1. The following works though: > ifeq ($(avx2_supported),yes) > sha1-ssse3-y += sha1_avx2_x86_64_asm.o > endif Yes, the sad thing is that the CONFIG_AS_* things aren't real config symbols, despite the name. They might be in the future when Kconfig can run test probes (something we have needed for a very long time.) The "yes" versus "y", though, is a total faceplant. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html