diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-24 10:16:51 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-12-11 18:43:10 -0800 |
commit | 59a7133edf4ce2a939ac2b9a3264623fb269e9c6 (patch) | |
tree | cb5de4152567cff46a6b8c55fc5e7fd50f8029fa /host/lib/usrp/usrp2/CMakeLists.txt | |
parent | 07de916b7646c78d4ad5ba9104d52343e993d198 (diff) | |
download | uhd-59a7133edf4ce2a939ac2b9a3264623fb269e9c6.tar.gz uhd-59a7133edf4ce2a939ac2b9a3264623fb269e9c6.tar.bz2 uhd-59a7133edf4ce2a939ac2b9a3264623fb269e9c6.zip |
usrp-n: removed serdes control, its not needed, fw must set this up
Diffstat (limited to 'host/lib/usrp/usrp2/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/usrp2/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp2/CMakeLists.txt b/host/lib/usrp/usrp2/CMakeLists.txt index afd69cae9..81b73fcc2 100644 --- a/host/lib/usrp/usrp2/CMakeLists.txt +++ b/host/lib/usrp/usrp2/CMakeLists.txt @@ -36,8 +36,6 @@ IF(ENABLE_USRP2) ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/gps_ctrl.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/io_impl.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/mboard_impl.cpp - ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/serdes_ctrl.cpp - ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/serdes_ctrl.hpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/usrp2_iface.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/usrp2_iface.hpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp2/usrp2_impl.cpp |