summaryrefslogtreecommitdiff
path: root/drivers/crypto/rockchip/Makefile
diff options
context:
space:
mode:
authorZain Wang <zain.wang@rock-chips.com>2016-02-16 10:15:01 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2016-02-28 03:26:29 +0800
commitbfd927ffa219ac81082b2dcc61a1c4037869befc (patch)
tree8287075f509952b252b9f7db12af36ac059e4775 /drivers/crypto/rockchip/Makefile
parent49abc0d2e19b28e90f443334fb6cd66f275713e6 (diff)
crypto: rockchip - add hash support for crypto engine in rk3288
Add md5 sha1 sha256 support for crypto engine in rk3288. Signed-off-by: Zain Wang <zain.wang@rock-chips.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/rockchip/Makefile')
-rw-r--r--drivers/crypto/rockchip/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/rockchip/Makefile b/drivers/crypto/rockchip/Makefile
index 7051c6c715f3..30f91297b4b6 100644
--- a/drivers/crypto/rockchip/Makefile
+++ b/drivers/crypto/rockchip/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_CRYPTO_DEV_ROCKCHIP) += rk_crypto.o
rk_crypto-objs := rk3288_crypto.o \
rk3288_crypto_ablkcipher.o \
+ rk3288_crypto_ahash.o