]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - crypto/Makefile
crypto: vmac - New hash algorithm for intel_txt support
[mirror_ubuntu-eoan-kernel.git] / crypto / Makefile
index c2ca721eea9dbf57dc03bb912c9838a91766947e..9e8f61908cb530564891e486a94ca008cc6693b7 100644 (file)
@@ -32,6 +32,7 @@ cryptomgr-objs := algboss.o testmgr.o
 
 obj-$(CONFIG_CRYPTO_MANAGER2) += cryptomgr.o
 obj-$(CONFIG_CRYPTO_HMAC) += hmac.o
+obj-$(CONFIG_CRYPTO_VMAC) += vmac.o
 obj-$(CONFIG_CRYPTO_XCBC) += xcbc.o
 obj-$(CONFIG_CRYPTO_NULL) += crypto_null.o
 obj-$(CONFIG_CRYPTO_MD4) += md4.o