summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2013-08-05 22:16:49 -0700
committerPatrick Georgi <patrick@georgi-clan.de>2013-12-21 08:18:43 +0100
commitdcac1628bcec7d1f566fb2f877438df87f5593d3 (patch)
tree9ea8abe265d13e977e69cb7a9b8e261c738bdf76 /payloads
parent0d0b6e20f52ccc6315adc2f4f02bc9eb8b631d68 (diff)
downloadcoreboot-staging-dcac1628bcec7d1f566fb2f877438df87f5593d3.zip
coreboot-staging-dcac1628bcec7d1f566fb2f877438df87f5593d3.tar.gz
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@google.com> Reviewed-on: https://gerrit.chromium.org/gerrit/64878 Reviewed-by: Hung-Te Lin <hungte@chromium.org> Tested-by: Gabe Black <gabeblack@chromium.org> Commit-Queue: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/4439 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/libpayload/libc/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud