Move radio CMakeLists.txt to subdirectory
- move following radios: AW2S, BladeRF, IRIS, LMSSDR, RFsimulator, USRP - move following transports: Ethernet, benetel4g, benetel5g - for each: create independent cmake variable to switch compilation on/off, in order: OAI_AW2S, OAI_BLADERF, OAI_IRIS, OAI_LMSSDR, OAI_SIMU, OAI_USRP, OAI_ETHERNET, OAI_BENETEL4G, OAI_BENETEL5G - Remove RF_BOARD variable, allows to compile multiple boards at once - where applicable: remove USERSPACE/LIB in path, i.e., move files up to directories, as all are userspace libraries Note that with the above, it is now mandatory to enable a radio implementation before compiling it, e.g., for USRP: ./build_oai -w USRP cmake .. -DOAI_USRP=ON && ninja oai_usrpdevif
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
radio/AW2SORI/CMakeLists.txt
0 → 100644
radio/BLADERF/CMakeLists.txt
0 → 100644
File moved
File moved
radio/CMakeLists.txt
0 → 100644
File moved
File moved
File moved
radio/IRIS/CMakeLists.txt
0 → 100644
radio/LMSSDR/CMakeLists.txt
0 → 100644
File moved
radio/USRP/CMakeLists.txt
0 → 100644
Please register or sign in to comment