diff options
author | Giovanni Cabiddu <giovanni.cabiddu@intel.com> | 2016-10-21 08:19:48 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-10-24 23:08:31 -0400 |
commit | 1ab53a77b772bf7369464a0e4fa6fd6499acf8f1 (patch) | |
tree | 781b6c458c8bdc4dfb52e1f91707a108a96f6f98 /crypto/Makefile | |
parent | 2ebda74fd6c9d3fc3b9f0234fc519795e23025a5 (diff) |
crypto: acomp - add driver-side scomp interface
Add a synchronous back-end (scomp) to acomp. This allows to easily
expose the already present compression algorithms in LKCF via acomp.
Signed-off-by: Giovanni Cabiddu <giovanni.cabiddu@intel.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 0933dc6bd24c..5c83f3dea119 100644 --- a/crypto/Makefile +++ b/crypto/Makefile | |||
@@ -51,6 +51,7 @@ rsa_generic-y += rsa-pkcs1pad.o | |||
51 | obj-$(CONFIG_CRYPTO_RSA) += rsa_generic.o | 51 | obj-$(CONFIG_CRYPTO_RSA) += rsa_generic.o |
52 | 52 | ||
53 | obj-$(CONFIG_CRYPTO_ACOMP2) += acompress.o | 53 | obj-$(CONFIG_CRYPTO_ACOMP2) += acompress.o |
54 | obj-$(CONFIG_CRYPTO_ACOMP2) += scompress.o | ||
54 | 55 | ||
55 | cryptomgr-y := algboss.o testmgr.o | 56 | cryptomgr-y := algboss.o testmgr.o |
56 | 57 | ||