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

Unified Diff: tools/Makefile

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 | « include/configs/chromeos/tegra2/wario/stub.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/Makefile
diff --git a/tools/Makefile b/tools/Makefile
index b2e73b2ccc5b2a23ce21aaafee186e40e73f9ce0..fa41aff12aecfad368e53f1acf9c36b5db065601 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -144,6 +144,9 @@ HOSTCPPFLAGS = -idirafter $(SRCTREE)/include \
-DTEXT_BASE=$(TEXT_BASE) -DUSE_HOSTCC \
-D__KERNEL_STRICT_NAMES
+ifdef CROS_CONFIG_PATH
+HOSTCPPFLAGS += -I$(CROS_CONFIG_PATH)
+endif
all: $(obj).depend $(BINS) $(LOGO-y) subdirs
« no previous file with comments | « include/configs/chromeos/tegra2/wario/stub.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698