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

Unified Diff: firmware/Makefile

Issue 2871019: More cleanup of MSVC errors (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: 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 | « Makefile ('k') | firmware/include/sysincludes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/Makefile
diff --git a/firmware/Makefile b/firmware/Makefile
index 07e113a0cb352e8cf00a305dbde9fdf92adacfd0..be5c3f6db679d44fdaa9feb1beeb2841626d46fa 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -10,6 +10,7 @@ BUILD_ROOT := ${BUILD}/$(shell basename ${FWTOP})
INCLUDES = \
-I$(FWTOP)/include \
+ -I$(STUBDIR)/include \
gauravsh 2010/06/22 01:22:21 nit: alpha
-I$(LIBDIR)/include \
-I$(LIBDIR)/cgptlib/include \
-I$(LIBDIR)/cryptolib/include
« no previous file with comments | « Makefile ('k') | firmware/include/sysincludes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698