Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34557 )
Change subject: lib: add string.c to verstage ......................................................................
lib: add string.c to verstage
Change-Id: I5aa3bb2c72dcf127d418c989f6b63c9b1f412f08 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M src/lib/Makefile.inc 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/34557/1
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 3fad0b8..d16a9f6 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -57,6 +57,7 @@ verstage-y += fmap.c verstage-y += libgcc.c verstage-y += memcmp.c +verstage-y += string.c verstage-$(CONFIG_COLLECT_TIMESTAMPS) += timestamp.c verstage-y += boot_device.c verstage-$(CONFIG_CONSOLE_CBMEM) += cbmem_console.c