aboutsummaryrefslogtreecommitdiff
path: root/lk_inc.mk.example
blob: b19e4a1f4082ca0afb12fccaede3eb17427c1ffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# copy this and makefile to your external root directory and customize
# according to how you want to use a split repository

# the top level directory that all paths are relative to
LKMAKEROOT := .

# paths relative to LKMAKEROOT where additional modules should be searched
LKINC := projectroot

# the path relative to LKMAKEROOT where the main lk repository lives
LKROOT := lk

# set the directory relative to LKMAKEROOT where output will go
BUILDROOT ?= .

# set the default project if no args are passed
DEFAULT_PROJECT ?= testproject

#TOOLCHAIN_PREFIX := <relative path to toolchain>