Skip to content
Snippets Groups Projects
Commit 4ef9500a authored by kaltenbe's avatar kaltenbe
Browse files

small fix

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7708 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 2c10f813
No related branches found
No related tags found
No related merge requests found
...@@ -385,6 +385,7 @@ function main() { ...@@ -385,6 +385,7 @@ function main() {
if [ "$HW" = "EXMIMO" -a "$EPC" = "0" ] ; then if [ "$HW" = "EXMIMO" -a "$EPC" = "0" ] ; then
echo_info "Compiling Express MIMO 2 board drivers" echo_info "Compiling Express MIMO 2 board drivers"
[ "$CLEAN" = "1" ] && rm -rf $DIR/$lte_build_dir/build
mkdir -p $DIR/$lte_build_dir/build mkdir -p $DIR/$lte_build_dir/build
cd $DIR/$lte_build_dir/build cd $DIR/$lte_build_dir/build
cmake .. cmake ..
......
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