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

Unified Diff: config.mk

Issue 6731090: Remove ChromeOS specific configs from the U-Boot repository. (Closed) Base URL: ssh://gitrw.chromium.org:9222/u-boot-next.git@chromeos-v2010.09
Patch Set: Rebase to TOT. Created 9 years, 9 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 | include/configs/chromeos/MSM8x60/common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: config.mk
diff --git a/config.mk b/config.mk
index dc26b7cd7e930a0fcb62882379190dc5250a9b4f..486a322de5534450020de1b1d28344d20275894d 100644
--- a/config.mk
+++ b/config.mk
@@ -46,6 +46,10 @@ PLATFORM_LDFLAGS =
#########################################################################
+ifdef CROS_CONFIG_PATH
+HOSTCPPFLAGS += -I$(CROS_CONFIG_PATH)
+endif
+
HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
$(HOSTCPPFLAGS)
HOSTSTRIP = strip
@@ -185,6 +189,10 @@ ifdef VBOOT_DEBUG
CPPFLAGS += -DVBOOT_DEBUG
endif
+ifdef CROS_CONFIG_PATH
+CPPFLAGS += -I$(CROS_CONFIG_PATH)
+endif
+
CPPFLAGS += -I$(TOPDIR)/include
CPPFLAGS += -fno-builtin -ffreestanding -nostdinc \
-isystem $(gccincdir) -pipe $(PLATFORM_CPPFLAGS)
« no previous file with comments | « no previous file | include/configs/chromeos/MSM8x60/common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698