Fix for T108-2
Change-Id: Ica82e7a89955b8f34cc350ee1cc12f646e285f7d
diff --git a/build.sh b/build.sh
index 0e675bb..f9bb825 100755
--- a/build.sh
+++ b/build.sh
@@ -47,6 +47,8 @@
export BUILD_PROJECT=L508
elif [ "`echo $BUILD_PROJECT_TEMP | cut -c 1-6`" == "PN1803" ];then
export BUILD_PROJECT=PN1803
+ elif [ "`echo $BUILD_PROJECT_TEMP | cut -c 1-6`" == "T108-2" ];then
+ export BUILD_PROJECT=T108_2
elif [ "`echo $BUILD_PROJECT_TEMP | cut -c 1-4`" == "T108" ];then
export BUILD_PROJECT=T108
else
diff --git a/mbtk/Make.defines b/mbtk/Make.defines
index 47ce2c3..1da5057 100755
--- a/mbtk/Make.defines
+++ b/mbtk/Make.defines
@@ -84,6 +84,9 @@
ifeq ($(BUILD_PROJECT), L508_X6)
DEFINE += -DMBTK_PROJECT_L508_X6
else
+ifeq ($(BUILD_PROJECT), T108_2)
+DEFINE += -DMBTK_PROJECT_T108
+else
ifeq ($(BUILD_PROJECT), T108)
DEFINE += -DMBTK_PROJECT_T108
else
@@ -98,6 +101,7 @@
endif
endif
endif
+endif
# 1803
else