Skip to content
Snippets Groups Projects
Commit 5a284b2f authored by Aikaterini's avatar Aikaterini
Browse files

remove dynamic linking for EXMIMO

parent 9aeca6d0
No related branches found
No related tags found
No related merge requests found
......@@ -661,9 +661,8 @@ function main() {
if [ "$HW" == "EXMIMO" ] ; then
#add exmimo compilation
ln -s openair_rf.ko liboai_device.so
ln -s $dbin/openair_rf.ko $dbin/liboai_device.so
#TODO EXMIMO library support
echo_info "liboai_device.so is linked to EXMIMO device library"
elif [ "$HW" == "OAI_USRP" ] ; then
if [ -d "/usr/include/uhd" ] ; 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