[coreboot-gerrit] Patch set updated for coreboot: lib/Makefile.inc: Link hexdump.c in the bootblock as well

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Wed Jan 20 23:52:11 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 46a966fbca4b7725cbfaaec752d531d38ec2360e
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 3ee2852..96362b4 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