diff options
author | Yuan Kang <Yuan.Kang@freescale.com> | 2012-06-23 04:48:45 +0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2012-06-27 10:42:05 +0400 |
commit | 4c1ec1f9301549db229bc6dce916f8a99d1f82d6 (patch) | |
tree | c97f112c51b6c4aea2cb52c2fe9e4b899cb86fec /drivers/crypto/caam/Makefile | |
parent | 8009a383f28e853df1a1b08d405ccf67ba860fcc (diff) | |
download | linux-4c1ec1f9301549db229bc6dce916f8a99d1f82d6.tar.xz |
crypto: caam - refactor key_gen, sg
create separate files for split key generation and scatterlist functions.
Signed-off-by: Yuan Kang <Yuan.Kang@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/Makefile')
-rw-r--r-- | drivers/crypto/caam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/caam/Makefile b/drivers/crypto/caam/Makefile index ef39011b4505..4447e5748c43 100644 --- a/drivers/crypto/caam/Makefile +++ b/drivers/crypto/caam/Makefile @@ -5,4 +5,4 @@ obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM) += caam.o obj-$(CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API) += caamalg.o -caam-objs := ctrl.o jr.o error.o +caam-objs := ctrl.o jr.o error.o key_gen.o |