Nico Huber has submitted this change. ( https://review.coreboot.org/c/coreboot/+/56216 )
Change subject: lib/Makefile.inc: Remove effect-free line ......................................................................
lib/Makefile.inc: Remove effect-free line
Because of a typo, `bootblcok-y += rtc.c` does nothing. Drop it.
Change-Id: Ife2ee152ab32ef23df5986c47bec490db592ab60 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/56216 Reviewed-by: Paul Menzel paulepanter@mailbox.org Reviewed-by: Arthur Heymans arthur@aheymans.xyz Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: Werner Zeh werner.zeh@siemens.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/lib/Makefile.inc 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved Paul Menzel: Looks good to me, but someone else must approve Werner Zeh: Looks good to me, approved Arthur Heymans: Looks good to me, approved
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 1af7346..8d235a9 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -61,7 +61,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
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.