diff options
| author | Josh Blum <josh@joshknows.com> | 2011-05-17 15:12:02 -0700 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-05-17 15:12:02 -0700 |
| commit | 9065043544dd129e16d7bb30ae8cb8d5562c3326 (patch) | |
| tree | 53f6abdc8a4c1b306e4e0d5e7970e68113ca3374 /host/lib/usrp/usrp2/CMakeLists.txt | |
| parent | 22097e81dc54c895ed411c74c1829721e3a1ce5e (diff) | |
| download | uhd-9065043544dd129e16d7bb30ae8cb8d5562c3326.tar.gz uhd-9065043544dd129e16d7bb30ae8cb8d5562c3326.tar.bz2 uhd-9065043544dd129e16d7bb30ae8cb8d5562c3326.zip | |
usrp2: moved register map into #defines, entries for new dsp frontend
also fixes irq rb
Diffstat (limited to 'host/lib/usrp/usrp2/CMakeLists.txt')
| -rw-r--r-- | host/lib/usrp/usrp2/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/CMakeLists.txt b/host/lib/usrp/usrp2/CMakeLists.txt index 49be9ac7d..c3f138c24 100644 --- a/host/lib/usrp/usrp2/CMakeLists.txt +++ b/host/lib/usrp/usrp2/CMakeLists.txt @@ -41,6 +41,5 @@ IF(ENABLE_USRP2) ${CMAKE_CURRENT_SOURCE_DIR}/usrp2_impl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/usrp2_impl.hpp ${CMAKE_CURRENT_SOURCE_DIR}/usrp2_regs.hpp - ${CMAKE_CURRENT_SOURCE_DIR}/usrp2_regs.cpp ) ENDIF(ENABLE_USRP2) |
