diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2013-09-20 09:55:40 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-09-24 06:02:24 +1000 |
commit | a62b01cd6cc1feb5e80d64d6937c291473ed82cb (patch) | |
tree | dd995ccdf562851b9d947c2ccb18afd6427f9c8e /crypto/Makefile | |
parent | 714b33d15130cbb5ab426456d4e3de842d6c5b8a (diff) | |
download | talos-obmc-linux-a62b01cd6cc1feb5e80d64d6937c291473ed82cb.tar.gz talos-obmc-linux-a62b01cd6cc1feb5e80d64d6937c291473ed82cb.zip |
crypto: create generic version of ablk_helper
Create a generic version of ablk_helper so it can be reused
by other architectures.
Acked-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r-- | crypto/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile b/crypto/Makefile index 2d5ed08a239f..580af977f496 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -104,3 +104,4 @@ obj-$(CONFIG_CRYPTO_USER_API_SKCIPHER) += algif_skcipher.o obj-$(CONFIG_XOR_BLOCKS) += xor.o obj-$(CONFIG_ASYNC_CORE) += async_tx/ obj-$(CONFIG_ASYMMETRIC_KEY_TYPE) += asymmetric_keys/ +obj-$(CONFIG_CRYPTO_ABLK_HELPER) += ablk_helper.o |