aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/Kbuild.include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kbuild: account for recent upstream changesJason A. Donenfeld2019-05-291-1/+1
| | | | | | | Apparently cdd750bfb1f76fe9be8cfb53cbe77b2e811081ab changed things, so we fall back onto this hack. Reported-by: Alex Xu <alex@alxu.ca>
* makefile: use immediate expansion and use correct template patternsJason A. Donenfeld2018-12-181-6/+6
|
* crypto: better path resolution and more specific generated .SJason A. Donenfeld2018-11-161-6/+5
|
* crypto: resolve target prefix on buggy kernelsJason A. Donenfeld2018-11-151-1/+6
| | | | | We also move to .SECONDARY, since older kernels don't use targets like that.
* chacha20,poly1305: switch to perlasm originals on mips and armJason A. Donenfeld2018-11-141-1/+7
| | | | | We also separate out Eric Biggers' Cortex A7 implementation into its own file.
* crypto: ignore ARMv3Jason A. Donenfeld2018-10-021-1/+1
|
* crypto: rename DEBUG to SELFTESTJason A. Donenfeld2018-09-251-0/+1
| | | | | Also we make selftest errors of type err, so that they're obvious in dmesg.
* crypto: flatten out makefileJason A. Donenfeld2018-09-231-47/+33
| | | | This brings us more in line with the integration tree's style.
* chacha20-mips32r2: remove reorder directivesRené van Dorst2018-09-211-0/+1
| | | | | | | | This requires some minimal rearranging to make work, but for the most part as does the right thing, provided we pass it an optimization flag. Suggested-by: Paul Burton <paul.burton@mips.com> Signed-off-by: René van Dorst <opensource@vdorst.com>
* poly1305-mips32r2: remove all reorder directivesRené van Dorst2018-09-211-0/+1
| | | | | | | | This requires some minimal rearranging to make work, but for the most part as does the right thing, provided we pass it an optimization flag. Suggested-by: Paul Burton <paul.burton@mips.com> Signed-off-by: René van Dorst <opensource@vdorst.com>
* crypto: do not use -include trickJason A. Donenfeld2018-09-171-18/+12
|
* crypto: make sure UML is properly disabledJason A. Donenfeld2018-09-111-4/+4
|
* crypto: import zincJason A. Donenfeld2018-09-031-0/+64