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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user