diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2014-12-21 23:53:58 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-12-24 00:14:21 +0300 |
commit | f421258d5bf883b68b1cdaa299a8a1da3eb92e0f (patch) | |
tree | a41b9c794dab80b4c88b2b65302d95e833c3d676 /arch/mips/cavium-octeon/crypto/Makefile | |
parent | d3f6c142865badc82fa4d151766634b895d693e8 (diff) | |
download | linux-f421258d5bf883b68b1cdaa299a8a1da3eb92e0f.tar.xz |
MIPS: OCTEON: add crypto helper functions
Add crypto helper functions which are needed for kernel level usage.
The code for these has been extracted from the EdgeRouter Pro GPL tarball.
While at it, also delete duplicate definitions of the functions.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/mips/cavium-octeon/crypto/Makefile')
-rw-r--r-- | arch/mips/cavium-octeon/crypto/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/cavium-octeon/crypto/Makefile b/arch/mips/cavium-octeon/crypto/Makefile new file mode 100644 index 000000000000..739b80366c25 --- /dev/null +++ b/arch/mips/cavium-octeon/crypto/Makefile @@ -0,0 +1,5 @@ +# +# OCTEON-specific crypto modules. +# + +obj-y += octeon-crypto.o |