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. BUG=None TEST=Built and booted into a firmware that called hexdump in the payload. Before this change the build would fail because the hexdump symbol wasn't defined. BRANCH=None 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>
This commit is contained in:
parent
d2f8bd60bd
commit
5e9e8571f1
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue