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

Side by Side Diff: third_party/lk/lk_inc.mk

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 # the top level directory that all paths are relative to 1 # the top level directory that all paths are relative to
2 LKMAKEROOT := . 2 LKMAKEROOT := .
3 3
4 # paths relative to LKMAKEROOT where additional modules should be searched 4 # paths relative to LKMAKEROOT where additional modules should be searched
5 LKINC := fletch 5 LKINC := dartino
6 6
7 # the path relative to LKMAKEROOT where the main lk repository lives 7 # the path relative to LKMAKEROOT where the main lk repository lives
8 LKROOT := lk-downstream 8 LKROOT := lk-downstream
9 9
10 # set the directory relative to LKMAKEROOT where output will go 10 # set the directory relative to LKMAKEROOT where output will go
11 BUILDROOT ?= out 11 BUILDROOT ?= out
12 12
13 # set the default project if no args are passed 13 # set the default project if no args are passed
14 DEFAULT_PROJECT ?= qemu-virt-fletch 14 DEFAULT_PROJECT ?= qemu-virt-dartino
15 15
16 TOOLCHAIN_PREFIX := ../gcc-arm-embedded/linux/gcc-arm-embedded/bin/arm-none-eabi - 16 TOOLCHAIN_PREFIX := ../gcc-arm-embedded/linux/gcc-arm-embedded/bin/arm-none-eabi -
OLDNEW
« no previous file with comments | « third_party/lk/fletch/project/stm32f746g-disco-fletch.mk ('k') | third_party/yasm/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698