diff options
Diffstat (limited to 'host/lib/usrp/dboard/magnesium/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/dboard/magnesium/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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) |