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

Unified Diff: third_party/lk/lk_inc.mk

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 11 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
Index: third_party/lk/lk_inc.mk
diff --git a/third_party/lk/lk_inc.mk b/third_party/lk/lk_inc.mk
index d8a2abb936b5f4d29c9f789f80e7af020084fe33..d612919af8600e48182bdb0b37598ee8f6988a1e 100644
--- a/third_party/lk/lk_inc.mk
+++ b/third_party/lk/lk_inc.mk
@@ -2,7 +2,7 @@
LKMAKEROOT := .
# paths relative to LKMAKEROOT where additional modules should be searched
-LKINC := fletch
+LKINC := dartino
# the path relative to LKMAKEROOT where the main lk repository lives
LKROOT := lk-downstream
@@ -11,6 +11,6 @@ LKROOT := lk-downstream
BUILDROOT ?= out
# set the default project if no args are passed
-DEFAULT_PROJECT ?= qemu-virt-fletch
+DEFAULT_PROJECT ?= qemu-virt-dartino
TOOLCHAIN_PREFIX := ../gcc-arm-embedded/linux/gcc-arm-embedded/bin/arm-none-eabi-

Powered by Google App Engine
This is Rietveld 408576698