Commit 5a284b2f authored by Aikaterini's avatar Aikaterini

remove dynamic linking for EXMIMO

parent 9aeca6d0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment