Add a SHA-1 implementation to libpayload.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3212 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2008-04-03 23:01:23 +00:00
parent c758227406
commit 3995593b68
5 changed files with 270 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ endif
PLATFORM-$(CONFIG_TARGET_I386) += i386/Makefile.inc
TARGETS-y :=
BUILD-y := libc/Makefile.inc drivers/Makefile.inc
BUILD-y := crypto/Makefile.inc libc/Makefile.inc drivers/Makefile.inc
BUILD-$(CONFIG_TINYCURSES) += curses/Makefile.inc
include $(PLATFORM-y) $(BUILD-y)