From: Jussi Kivilinna Date: Sun, 24 Mar 2013 13:34:07 +0000 (+0200) Subject: crypto: x86 - build AVX block cipher implementations only if assembler supports AVX... X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=873b9cafa8cae695d92f0faabe7166af10078b78;p=pandora-kernel.git crypto: x86 - build AVX block cipher implementations only if assembler supports AVX instructions These modules require AVX support in assembler, so add new check to Makefile for this. Other option would be to use CONFIG_AS_AVX inside source files, but that would result dummy/empty/no-fuctionality modules being created. Signed-off-by: Jussi Kivilinna Signed-off-by: Herbert Xu --- Reading git-diff-tree failed