summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3454db62d77..e07906074e4 100644
--- a/Makefile
+++ b/Makefile
@@ -309,6 +309,10 @@ else
PLATFORM_LIBGCC = -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc
endif
PLATFORM_LIBS += $(PLATFORM_LIBGCC)
+# Add vboot_reference lib
+ifdef VBOOT
+PLATFORM_LIBS += $(VBOOT)/lib/vboot_fw.a
+endif
export PLATFORM_LIBS
# Special flags for CPP when processing the linker script.