[Feature]add MT2731_MP2_MR2_SVN388 baseline version
Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/bsp/lk/lk_inc.mk.example b/src/bsp/lk/lk_inc.mk.example
new file mode 100644
index 0000000..b19e4a1
--- /dev/null
+++ b/src/bsp/lk/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 := <relative path to toolchain>