1# copy this and makefile to your external root directory and customize 2# according to how you want to use a split repository 3 4# the top level directory that all paths are relative to 5LKMAKEROOT := . 6 7# paths relative to LKMAKEROOT where additional modules should be searched 8LKINC := projectroot 9 10# the path relative to LKMAKEROOT where the main lk repository lives 11LKROOT := lk 12 13# set the directory relative to LKMAKEROOT where output will go 14BUILDROOT ?= . 15 16# set the default project if no args are passed 17DEFAULT_PROJECT ?= testproject 18 19#TOOLCHAIN_PREFIX := <relative path to toolchain> 20