[coreboot-gerrit] New patch to review for coreboot: lib/Makefile.inc: Link hexdump.c in the bootblock as well

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Sat Jan 9 08:14:38 CET 2016


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12873

-gerrit

commit f398558779035c090d81a7fdac2bc44d302f3405
Author: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
Date:   Wed Oct 14 09:58:36 2015 -0700

    lib/Makefile.inc: Link hexdump.c in the bootblock as well
    
    Change-Id: Id58f252e238cc3eb3fe9632493642d2a37c2a772
    Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc at intel.com>
---
 src/lib/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index 8842823..dc68d89 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -136,6 +136,7 @@ ramstage-y += imd_cbmem.c
 romstage-y += imd.c
 ramstage-y += imd.c
 
+bootblock-y += hexdump.c
 ramstage-y += hexdump.c
 romstage-y += hexdump.c
 



More information about the coreboot-gerrit mailing list