diff options
Diffstat (limited to 'host/lib/usrp/dboard')
-rw-r--r-- | host/lib/usrp/dboard/eiscat/CMakeLists.txt | 4 | ||||
-rw-r--r-- | host/lib/usrp/dboard/magnesium/CMakeLists.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/host/lib/usrp/dboard/eiscat/CMakeLists.txt b/host/lib/usrp/dboard/eiscat/CMakeLists.txt index bd55dcc14..c1ff10b3d 100644 --- a/host/lib/usrp/dboard/eiscat/CMakeLists.txt +++ b/host/lib/usrp/dboard/eiscat/CMakeLists.txt @@ -15,10 +15,10 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -IF(ENABLE_NETD AND ENABLE_EISCAT) +IF(ENABLE_MPMD AND ENABLE_EISCAT) LIST(APPEND EISCAT_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/eiscat_radio_ctrl_impl.cpp ) LIBUHD_APPEND_SOURCES(${EISCAT_SOURCES}) -ENDIF(ENABLE_NETD AND ENABLE_EISCAT) +ENDIF(ENABLE_MPMD AND ENABLE_EISCAT) diff --git a/host/lib/usrp/dboard/magnesium/CMakeLists.txt b/host/lib/usrp/dboard/magnesium/CMakeLists.txt index 6d3f53fba..07677b8c9 100644 --- a/host/lib/usrp/dboard/magnesium/CMakeLists.txt +++ b/host/lib/usrp/dboard/magnesium/CMakeLists.txt @@ -15,10 +15,10 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # -IF(ENABLE_NETD) +IF(ENABLE_MPMD) LIST(APPEND MAGNESIUM_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/magnesium_radio_ctrl_impl.cpp ) LIBUHD_APPEND_SOURCES(${MAGNESIUM_SOURCES}) -ENDIF(ENABLE_NETD) +ENDIF(ENABLE_MPMD) |