]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/Makefile
add SHA256 support
[karo-tx-uboot.git] / lib_generic / Makefile
index dca3a6cbdc6122900588f6521d27bebe2e0cbd23..4f6ce73ab3c4431ffc564ec6785acc216edef5bf 100644 (file)
@@ -38,6 +38,7 @@ COBJS-y += lmb.o
 COBJS-y += ldiv.o
 COBJS-$(CONFIG_MD5) += md5.o
 COBJS-y += sha1.o
+COBJS-$(CONFIG_SHA256) += sha256.o
 COBJS-y += string.o
 COBJS-y += vsprintf.o
 COBJS-y += zlib.o