Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/56216 )
Change subject: lib/Makefile.inc: Remove effect-free line ......................................................................
lib/Makefile.inc: Remove effect-free line
Change-Id: Ife2ee152ab32ef23df5986c47bec490db592ab60 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/lib/Makefile.inc 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/56216/1
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index baf9c4d..358035d 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -59,7 +59,6 @@ bootblock-y += memcmp.c bootblock-y += boot_device.c bootblock-y += fmap.c -bootblcok-y += rtc.c
verstage-y += prog_loaders.c verstage-y += prog_ops.c