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

Unified Diff: vkernel/Makefile

Issue 2833012: Move all system includes in vboot_firmware to sysincludes.h (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Oops, forgot the new header Created 10 years, 6 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 | « vboot_firmware/stub/utility_stub.c ('k') | vkernel/kernel_image.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vkernel/Makefile
diff --git a/vkernel/Makefile b/vkernel/Makefile
index 875fc6cb781121779eddfd7ae89c411a565ed605..5ada47e89a5a786538069d118fba0de498a6d334 100644
--- a/vkernel/Makefile
+++ b/vkernel/Makefile
@@ -3,6 +3,7 @@
# found in the LICENSE file.
INCLUDES += -I./include \
+ -I$(FWDIR)/include \
-I$(FWDIR)/lib/include \
-I$(FWDIR)/lib/cgptlib/include \
-I$(FWDIR)/lib/cryptolib/include \
« no previous file with comments | « vboot_firmware/stub/utility_stub.c ('k') | vkernel/kernel_image.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698