From 52ef4af579d1755e0879ced30aa2038386d42c20 Mon Sep 17 00:00:00 2001 From: Franck Jullien Date: Thu, 24 Nov 2011 21:46:32 +0100 Subject: crypto: Add crc7 function This function in used by the MCI over SPI driver. Signed-off-by: Franck Jullien 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 955a66de48..7c5b035b73 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -1,5 +1,6 @@ obj-$(CONFIG_CRC32) += crc32.o obj-$(CONFIG_CRC16) += crc16.o +obj-$(CONFIG_CRC7) += crc7.o obj-$(CONFIG_MD5) += md5.o obj-$(CONFIG_SHA1) += sha1.o obj-$(CONFIG_SHA224) += sha2.o -- cgit v1.2.3