Commit c110b96c authored by Robert Schmidt's avatar Robert Schmidt

Fixup: make build_oai trigger build of SDR libs

parent 340e2633
......@@ -271,12 +271,15 @@ function main() {
# Use OAI_USRP as the key word USRP is used inside UHD driver
case "$2" in
"EXMIMO")
HW="EXMIMO"
CMAKE_CMD+=" -DRF_BOARD=\"EXMIMO\""
;;
"USRP" | "BLADERF" | "LMSSDR" | "IRIS" | "ADRV9371_ZC706" | "SIMU")
HW="OAI_"$2
CMAKE_CMD+=" -DRF_BOARD=\"OAI_$2\""
;;
"None")
HW="None"
CMAKE_CMD+=" -DRF_BOARD=\"None\""
;;
*)
......
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