yb_arm/build_jesd.sh
2023-07-14 17:29:38 +08:00

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