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
|
fi
|
||||||
|
|
||||||
if [[ "${fronthaul_option}" == "jesd" ]]; then
|
if [[ "${fronthaul_option}" == "jesd" ]]; then
|
||||||
cd ${RFIC_DIR}/
|
chmod +x build_jesd.sh
|
||||||
make clean
|
source ./build_jesd.sh
|
||||||
make lib CROSS_CC=aarch64-linux-gnu-
|
|
||||||
cp ${RFIC_DIR}/librfic.a ${DIR_ROOT}/lib
|
cp ${RFIC_DIR}/librfic.a ${DIR_ROOT}/lib
|
||||||
fi
|
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