diff options
author | Josh Blum <josh@joshknows.com> | 2010-09-30 17:56:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-09-30 17:56:36 -0700 |
commit | 46d2fc423d2fdcf32454621c6f41e555d2496702 (patch) | |
tree | c2f3912032833189182ff9741c64b825de5c3b09 /host/lib/usrp/usrp_e/CMakeLists.txt | |
parent | cc97c6ee0b3dbc8e0ed6bfae01505fcb209d13cb (diff) | |
download | uhd-46d2fc423d2fdcf32454621c6f41e555d2496702.tar.gz uhd-46d2fc423d2fdcf32454621c6f41e555d2496702.tar.bz2 uhd-46d2fc423d2fdcf32454621c6f41e555d2496702.zip |
usrp-e: untested attempt at zero copy iface for mmap
Diffstat (limited to 'host/lib/usrp/usrp_e/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/usrp_e/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e/CMakeLists.txt b/host/lib/usrp/usrp_e/CMakeLists.txt index da759d931..bab868f90 100644 --- a/host/lib/usrp/usrp_e/CMakeLists.txt +++ b/host/lib/usrp/usrp_e/CMakeLists.txt @@ -54,6 +54,7 @@ IF(ENABLE_USRP_E) ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_impl.hpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_iface.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_iface.hpp + ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_mmap_zero_copy.cpp ${CMAKE_SOURCE_DIR}/lib/usrp/usrp_e/usrp_e_regs.hpp ) ELSE(ENABLE_USRP_E) |