15 lines
182 B
Bash
15 lines
182 B
Bash
![]() |
set -e
|
||
|
|
||
|
git submodule init
|
||
|
git submodule update
|
||
|
|
||
|
pushd driver/rfic
|
||
|
git checkout DEV
|
||
|
git pull
|
||
|
#git checkout commitid
|
||
|
git submodule init
|
||
|
git submodule update
|
||
|
|
||
|
make clean
|
||
|
make lib
|
||
|
popd
|