git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eca1726
)
crypto: x86 - build AVX block cipher implementations only if assembler supports AVX...
author
Jussi Kivilinna
<jussi.kivilinna@iki.fi>
Sun, 24 Mar 2013 13:34:07 +0000
(15:34 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 3 Apr 2013 01:06:30 +0000
(09:06 +0800)
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>
No differences found