summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2015-03-11 17:53:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-12 07:58:24 +0100
commit1ac61317c64f8fda2ab533200dffce5fd3edcbf6 (patch)
treef77a9ae7f5ece86e1b1d6243ab45a7d2c5851c47 /crypto/Makefile
parent3c5e8206c2660e33f31f500465f24357efd4cf3d (diff)
downloadbarebox-1ac61317c64f8fda2ab533200dffce5fd3edcbf6.tar.gz
barebox-1ac61317c64f8fda2ab533200dffce5fd3edcbf6.tar.xz
digest: move digest.c to crypto
with not the rest of the implementation Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile1
1 files changed, 1 insertions, 0 deletions
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