aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Makefile.inc
diff options
context:
space:
mode:
authorAlexandru Gagniuc <alexandrux.gagniuc@intel.com>2015-10-14 09:58:36 -0700
committerPatrick Georgi <pgeorgi@google.com>2016-01-22 14:13:51 +0100
commite223e895a810eed269f34e1f5a2be2819e3a6e32 (patch)
treed330ad0fb676713f70ea27bb01ed8db7e882cabe /src/lib/Makefile.inc
parent822fb8773716c38052c38185f765d28909fc7f47 (diff)
lib/Makefile.inc: Link hexdump.c in the bootblock as well
Change-Id: Id58f252e238cc3eb3fe9632493642d2a37c2a772 Signed-off-by: Alexandru Gagniuc <alexandrux.gagniuc@intel.com> Reviewed-on: https://review.coreboot.org/12873 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/lib/Makefile.inc')
-rw-r--r--src/lib/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index f3db345974..a4bcbcb60e 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -137,6 +137,7 @@ ramstage-y += imd_cbmem.c
romstage-y += imd.c
ramstage-y += imd.c
+bootblock-y += hexdump.c
ramstage-y += hexdump.c
romstage-y += hexdump.c