crypto: x86 - build AVX block cipher implementations only if assembler supports AVX...
authorJussi Kivilinna <jussi.kivilinna@iki.fi>
Sun, 24 Mar 2013 13:34:07 +0000 (15:34 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 3 Apr 2013 01:06:30 +0000 (09:06 +0800)
commit873b9cafa8cae695d92f0faabe7166af10078b78
tree3f9145d08de037d049bb0bfe49cbb351175b1bcd
parenteca17269976fe82cdd713095473bee4842dbd41a
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 <jussi.kivilinna@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/Makefile