summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xextract-files.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/extract-files.sh b/extract-files.sh
deleted file mode 100755
index 4079a8f..0000000
--- a/extract-files.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-
-# Use tradition sort
-export LC_ALL=C
-
-FP=$(cd ${0%/*} && pwd -P)
-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