updated build.sh
This commit is contained in:
parent
2c80fc7f3c
commit
26900ddd78
5
build.sh
5
build.sh
@ -43,9 +43,8 @@ if [ -d ${BUILD_DIR} ]; then
|
||||
fi
|
||||
|
||||
if [[ "${fronthaul_option}" == "jesd" ]]; then
|
||||
cd ${RFIC_DIR}/
|
||||
make clean
|
||||
make lib CROSS_CC=aarch64-linux-gnu-
|
||||
chmod +x build_jesd.sh
|
||||
source ./build_jesd.sh
|
||||
cp ${RFIC_DIR}/librfic.a ${DIR_ROOT}/lib
|
||||
fi
|
||||
|
||||
|
15
build_jesd.sh
Normal file
15
build_jesd.sh
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user