Merge "rk3308: use private build script to input BoarcConfig"
This commit is contained in:
12
rk3308/build.sh
Executable file
12
rk3308/build.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
DEVICE_DIR=$(cd `dirname $0`; pwd)
|
||||
if [ -h $0 ]
|
||||
then
|
||||
CMD=$(readlink $0)
|
||||
DEVICE_DIR=$(dirname $CMD)
|
||||
fi
|
||||
cd $DEVICE_DIR
|
||||
cd ../../..
|
||||
TOP_DIR=$(pwd)
|
||||
$TOP_DIR/device/rockchip/common/build.sh $DEVICE_DIR/BoardConfig.mk $1
|
||||
Reference in New Issue
Block a user