diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-27 20:26:52 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-27 20:26:52 -0700 |
commit | 5aab802b600dae2d8728ae11550cc2a4e6ba6895 (patch) | |
tree | 80454dc7c8f2388fdc77cbf796dbab3a59637180 /host/lib/usrp2/CMakeLists.txt | |
parent | 9b4c8c7c9c9e9645b0ee27a6d6ad06bbfbf1ae66 (diff) | |
download | uhd-5aab802b600dae2d8728ae11550cc2a4e6ba6895.tar.gz uhd-5aab802b600dae2d8728ae11550cc2a4e6ba6895.tar.bz2 uhd-5aab802b600dae2d8728ae11550cc2a4e6ba6895.zip |
usrp: populate a tree from a subdev
Diffstat (limited to 'host/lib/usrp2/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp2/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp2/CMakeLists.txt b/host/lib/usrp2/CMakeLists.txt index d7d6cc69f..7a0157f00 100644 --- a/host/lib/usrp2/CMakeLists.txt +++ b/host/lib/usrp2/CMakeLists.txt @@ -23,6 +23,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/clock_ctrl.hpp ${CMAKE_CURRENT_SOURCE_DIR}/codec_ctrl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/codec_ctrl.hpp + ${CMAKE_CURRENT_SOURCE_DIR}/dboard_iface.cpp ${CMAKE_CURRENT_SOURCE_DIR}/fw_common.h ${CMAKE_CURRENT_SOURCE_DIR}/usrp2_iface.cpp ${CMAKE_CURRENT_SOURCE_DIR}/usrp2_iface.hpp |