]> 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)
commit13f20111747f3caadefc2260113dc81f04641910
tree3f9145d08de037d049bb0bfe49cbb351175b1bcd
parent072eee524f84fa44eff1547cdb3029eae7f23858
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