From 1ac61317c64f8fda2ab533200dffce5fd3edcbf6 Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 11 Mar 2015 17:53:02 +0100 Subject: digest: move digest.c to crypto with not the rest of the implementation Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- crypto/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/Makefile') diff --git a/crypto/Makefile b/crypto/Makefile index 7c5b035b73..22ae8296ec 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -1,6 +1,7 @@ obj-$(CONFIG_CRC32) += crc32.o obj-$(CONFIG_CRC16) += crc16.o obj-$(CONFIG_CRC7) += crc7.o +obj-$(CONFIG_DIGEST) += digest.o obj-$(CONFIG_MD5) += md5.o obj-$(CONFIG_SHA1) += sha1.o obj-$(CONFIG_SHA224) += sha2.o -- cgit v1.2.3