diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2018-09-19 06:10:54 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-09-28 00:46:25 -0400 |
commit | cac5818c25d0423bda73e2b6997404ed0a7ed9e3 (patch) | |
tree | 3a443fa0e9a8e96799e2802552cd1f6435213569 /crypto/Makefile | |
parent | a9cbfe4c784436368790f0c59674f99ba97ae21e (diff) |
crypto: user - Implement a generic crypto statistics
This patch implement a generic way to get statistics about all crypto
usages.
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
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 d719843f8b6e..ff5c2bbda04a 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -54,6 +54,7 @@ cryptomgr-y := algboss.o testmgr.o | |||
54 | 54 | ||
55 | obj-$(CONFIG_CRYPTO_MANAGER2) += cryptomgr.o | 55 | obj-$(CONFIG_CRYPTO_MANAGER2) += cryptomgr.o |
56 | obj-$(CONFIG_CRYPTO_USER) += crypto_user.o | 56 | obj-$(CONFIG_CRYPTO_USER) += crypto_user.o |
57 | crypto_user-y := crypto_user_base.o crypto_user_stat.o | ||
57 | obj-$(CONFIG_CRYPTO_CMAC) += cmac.o | 58 | obj-$(CONFIG_CRYPTO_CMAC) += cmac.o |
58 | obj-$(CONFIG_CRYPTO_HMAC) += hmac.o | 59 | obj-$(CONFIG_CRYPTO_HMAC) += hmac.o |
59 | obj-$(CONFIG_CRYPTO_VMAC) += vmac.o | 60 | obj-$(CONFIG_CRYPTO_VMAC) += vmac.o |