]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitef327566da6e00cc07b14e0377e51355af9c7ba2
tree3f9145d08de037d049bb0bfe49cbb351175b1bcd
parent9bd3142a23ae19d153148b93a90c825e193ae77b
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