15 lines
182 B
Bash
Executable File
15 lines
182 B
Bash
Executable File
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 |