[coreboot-gerrit] New patch to review for coreboot: aa6f3f6 libpayload: Include hexdump.c in the Makefile so it gets built

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Tue Dec 3 23:56:36 CET 2013


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4439

-gerrit

commit aa6f3f69f910351e5759e62e13123ca5ebe541cb
Author: Gabe Black <gabeblack at google.com>
Date:   Mon Aug 5 22:16:49 2013 -0700

    libpayload: Include hexdump.c in the Makefile so it gets built
    
    The hexdump function was added to libpayload recently, but its source file was
    never added to the Makefile so it wasn't compiled or linked in.
    
    Change-Id: Ic3c12a5b8a6ea631b83c10a6e4210544ff00b5bf
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://gerrit.chromium.org/gerrit/64878
    Reviewed-by: Hung-Te Lin <hungte at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>
    Commit-Queue: Stefan Reinauer <reinauer at google.com>
---
 payloads/libpayload/libc/Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/payloads/libpayload/libc/Makefile.inc b/payloads/libpayload/libc/Makefile.inc
index eef4f46..edeb0d9 100644
--- a/payloads/libpayload/libc/Makefile.inc
+++ b/payloads/libpayload/libc/Makefile.inc
@@ -35,6 +35,7 @@ libc-$(CONFIG_LIBC) += readline.c getopt_long.c sysinfo.c
 libc-$(CONFIG_LIBC) += args.c strings.c
 libc-$(CONFIG_LIBC) += strlcpy.c
 libc-$(CONFIG_LIBC) += qsort.c
+libc-$(CONFIG_LIBC) += hexdump.c
 
 # should be moved to coreboot directory
 libc-$(CONFIG_LAR) += lar.c



More information about the coreboot-gerrit mailing list