yb_arm/build_jesd.sh

15 lines
182 B
Bash
Raw Normal View History

2023-07-14 17:29:38 +08:00
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