]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - crypto/Makefile
crypto: acomp - add asynchronous compression api
[mirror_ubuntu-bionic-kernel.git] / crypto / Makefile
index 99cc64ac70efc2ca50f8832be098acadc3b57f76..0933dc6bd24c1d683d1471afd7f9f775f15e5040 100644 (file)
@@ -50,6 +50,8 @@ rsa_generic-y += rsa_helper.o
 rsa_generic-y += rsa-pkcs1pad.o
 obj-$(CONFIG_CRYPTO_RSA) += rsa_generic.o
 
+obj-$(CONFIG_CRYPTO_ACOMP2) += acompress.o
+
 cryptomgr-y := algboss.o testmgr.o
 
 obj-$(CONFIG_CRYPTO_MANAGER2) += cryptomgr.o