From dcac1628bcec7d1f566fb2f877438df87f5593d3 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 5 Aug 2013 22:16:49 -0700 Subject: 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 Reviewed-on: https://gerrit.chromium.org/gerrit/64878 Reviewed-by: Hung-Te Lin Tested-by: Gabe Black Commit-Queue: Stefan Reinauer Reviewed-on: http://review.coreboot.org/4439 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- payloads/libpayload/libc/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'payloads/libpayload') diff --git a/payloads/libpayload/libc/Makefile.inc b/payloads/libpayload/libc/Makefile.inc index eef4f46a7e..edeb0d99fe 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 -- cgit v1.2.3