-
Notifications
You must be signed in to change notification settings - Fork 0
/
lk_inc.mk
26 lines (19 loc) · 819 Bytes
/
lk_inc.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2016 The Fuchsia Authors
# Copyright (c) 2008-2015 Travis Geiselbrecht
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
# 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 :=
# the path relative to LKMAKEROOT where the main lk repository lives
#LKROOT := .
# set the directory relative to LKMAKEROOT where output will go
#BUILDROOT ?= .
# set the default project if no args are passed
DEFAULT_PROJECT ?= magenta-qemu-arm64
#TOOLCHAIN_PREFIX := <relative path to toolchain>