yb_arm/build_jesd.sh
2023-07-14 18:11:24 +08:00

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