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

Unified Diff: src/platform/vboot_reference/vboot_firmware/Makefile

Issue 2303003: Moved cgptlib into vboot_firmware (Closed) Base URL: ssh://gitrw.chromium.org/chromiumos
Patch Set: Created 10 years, 7 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
Index: src/platform/vboot_reference/vboot_firmware/Makefile
diff --git a/src/platform/vboot_reference/vboot_firmware/Makefile b/src/platform/vboot_reference/vboot_firmware/Makefile
index 16669f5017fa05b578564909e3688e9acebbb90e..2dbdc57b33e54e8c1571bf1ca96966be153ef434 100644
--- a/src/platform/vboot_reference/vboot_firmware/Makefile
+++ b/src/platform/vboot_reference/vboot_firmware/Makefile
@@ -15,6 +15,7 @@ TESTDIR = $(FWTOP)/linktest
INC = \
-I$(FWTOP)/include \
-I$(LIBDIR)/include \
+ -I$(LIBDIR)/cgptlib/include \
-I$(LIBDIR)/cryptolib/include
« no previous file with comments | « src/platform/vboot_reference/utility/cgpt/Makefile ('k') | src/platform/vboot_reference/vboot_firmware/lib/cgptlib/cgptlib.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698