From c060c24caf8ca75b6e60a9965d26da75b87d0042 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Wed, 2 Sep 2015 11:36:35 -0700 Subject: [PATCH] [make] add a example lk_inc.mk file This file needs to be copied and customized if you want to use an external split repository containing additional apps/libraries/drivers. --- lk_inc.mk.example | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lk_inc.mk.example diff --git a/lk_inc.mk.example b/lk_inc.mk.example new file mode 100644 index 00000000..b19e4a1f --- /dev/null +++ b/lk_inc.mk.example @@ -0,0 +1,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 :=