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

Unified Diff: 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 | « no previous file | firmware/Makefile » ('j') | firmware/Makefile » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 56b70689105a8ed7732e6234166eea673d49229f..b4fce9dd3df9499c50cdb1c091f670105c67f49a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ export CFLAGS = -Wall -DNDEBUG -O3 -Werror -DCHROMEOS_ENVIRONMENT
export TOP = $(shell pwd)
export FWDIR=$(TOP)/firmware
export HOSTDIR=$(TOP)/host
-export INCLUDES = -I$(FWDIR)/include
+export INCLUDES = -I$(FWDIR)/include -I$(FWDIR)/stub/include
export BUILD = ${TOP}/build
export FWLIB = ${BUILD}/vboot_fw.a
« no previous file with comments | « no previous file | firmware/Makefile » ('j') | firmware/Makefile » ('J')

Powered by Google App Engine
This is Rietveld 408576698