aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh
blob: 73558a9809bba83bbd23ad9fdcfc242bce5e57b2 (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=$(dirname $(readlink -f $0))
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