Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: Makefile

Issue 3515011: Add VBOOT to top-level Makefile (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/u-boot.git
Patch Set: Remove $(TOPDIR)/include Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | config.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 11eddb78fb8a7ba3054fa4b13239e5fbd819286d..f95b1cd596309441de92a48ca94dc2b5214ab44e 100644
--- a/Makefile
+++ b/Makefile
@@ -268,6 +268,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.
« no previous file with comments | « no previous file | config.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698