aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/extract-files.sh b/extract-files.sh
index f281d97..4079a8f 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -8,7 +8,9 @@ export VENDOR=$(basename $(dirname $FP))
export DEVICE=$(basename $FP)
export BOARDCONFIGVENDOR=false
export BOARD_VENDOR_PLATFORM=shinano
+export TARGET_BOARD_PLATFORM=msm8974
../common/extract-files.sh $@
-
../common/setup-makefiles.sh
+
+../${TARGET_BOARD_PLATFORM}-common/setup-makefiles.sh