blob: f281d9709e9434db63bb7206194f004af0e3f892 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/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
../common/extract-files.sh $@
../common/setup-makefiles.sh
|