diff options
author | Jason Abele <jason@ettus.com> | 2010-08-02 12:56:43 -0700 |
---|---|---|
committer | Jason Abele <jason@ettus.com> | 2010-11-05 20:11:26 -0700 |
commit | 316423a8bb3c453bae249fcdec3a44e38bd45a6f (patch) | |
tree | 4de72a1c684aee7fee60ea4b7f3829fe406f384c /host/lib/usrp/dboard/CMakeLists.txt | |
parent | 9d50dea1c2f884835b606ccaa1444e5de96926cb (diff) | |
download | uhd-316423a8bb3c453bae249fcdec3a44e38bd45a6f.tar.gz uhd-316423a8bb3c453bae249fcdec3a44e38bd45a6f.tar.bz2 uhd-316423a8bb3c453bae249fcdec3a44e38bd45a6f.zip |
Working DBSRX2 daughterboard code
Diffstat (limited to 'host/lib/usrp/dboard/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/dboard/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/dboard/CMakeLists.txt b/host/lib/usrp/dboard/CMakeLists.txt index 8d3d11530..79cd42d18 100644 --- a/host/lib/usrp/dboard/CMakeLists.txt +++ b/host/lib/usrp/dboard/CMakeLists.txt @@ -25,5 +25,6 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_SOURCE_DIR}/lib/usrp/dboard/db_dbsrx.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/dboard/db_unknown.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/dboard/db_tvrx.cpp + ${CMAKE_SOURCE_DIR}/lib/usrp/dboard/db_dbsrx2.cpp ) |