diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-05-20 17:44:01 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:53 -0800 |
commit | 65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8 (patch) | |
tree | a74dea5917586450d4fc2e3a8ba5a17103eae9f5 /host/lib/usrp/dboard/eiscat | |
parent | 1ce038094d3b0d5021601533a3dbccbffa229574 (diff) | |
download | uhd-65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8.tar.gz uhd-65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8.tar.bz2 uhd-65713fa6f5dd534da1dcc34a7fb4baeeccc5d4c8.zip |
Rename netd to mpmd
Diffstat (limited to 'host/lib/usrp/dboard/eiscat')
-rw-r--r-- | host/lib/usrp/dboard/eiscat/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 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) |