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

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Dec 20 23:32:38 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 ef2303a4c3e73a2f9f1a9d97280f99929bd271c7
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