diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-07-12 17:51:19 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-12-23 12:14:17 +0000 |
commit | 0071e6b528fbdd1ebfb0f0ffe8ac88b966c31a4a (patch) | |
tree | 407dab38eea035abffb68dcb333b4b33889f7d2d /src/lib/Makefile.inc | |
parent | f78a4b9f86934dc5cbf0a86a47e6cd8a6b0c6449 (diff) |
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>
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r-- | src/lib/Makefile.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 1af7346aa2..8d235a98d8 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -61,7 +61,6 @@ bootblock-y += memchr.c 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 |