Skip to content
Snippets Groups Projects
Commit 13496a4c authored by Rohit Gupta's avatar Rohit Gupta
Browse files

minor fix to add some log message in oarf compilation fir EXMIMO drivers

parent 494e0dc2
No related branches found
No related tags found
No related merge requests found
......@@ -561,6 +561,7 @@ function main() {
compilations \
$lte_build_dir updatefw \
updatefw $dbin/updatefw
echo_info "Compiling oarf tools. The logfile for compilation is here: $dlog/oarf.txt"
make -C $OPENAIR_DIR/cmake_targets/$lte_build_dir/build oarf > $dlog/oarf.txt 2>&1
cp $OPENAIR_DIR/cmake_targets/$lte_build_dir/build/*.oct $dbin
if [ -s $dbin/oarf_config_exmimo.oct ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment