[coreboot-gerrit] Patch set updated for coreboot: fe51d69 libpayload: Include hexdump.c in the Makefile so it gets built

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Dec 21 08:10:50 CET 2013


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4439

-gerrit

commit fe51d69c24829a923e2574f6a952d9b6e4e58ecc
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