diff options
| author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-12 18:28:36 -0700 |
|---|---|---|
| committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-12 18:28:36 -0700 |
| commit | 675350a1d69bafaf76e3723707b23ec1d2830e53 (patch) | |
| tree | b16bb60d6a7eaccdde64c04fc86491be81f1438f /host/lib/usrp/common/CMakeLists.txt | |
| parent | 145f1d7cf7aa94f67c7ba349e29daff9a7d85d54 (diff) | |
| download | uhd-675350a1d69bafaf76e3723707b23ec1d2830e53.tar.gz uhd-675350a1d69bafaf76e3723707b23ec1d2830e53.tar.bz2 uhd-675350a1d69bafaf76e3723707b23ec1d2830e53.zip | |
b200, ad9361: Cleanup up AD9361 driver
- Removed transaction interface
- Made the driver a C++ class
Diffstat (limited to 'host/lib/usrp/common/CMakeLists.txt')
| -rw-r--r-- | host/lib/usrp/common/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/common/CMakeLists.txt b/host/lib/usrp/common/CMakeLists.txt index b40c16121..1729b9d33 100644 --- a/host/lib/usrp/common/CMakeLists.txt +++ b/host/lib/usrp/common/CMakeLists.txt @@ -34,8 +34,6 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/adf435x_common.cpp ${CMAKE_CURRENT_SOURCE_DIR}/ad9361_ctrl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/ad9361_driver/ad9361_impl.c - ${CMAKE_CURRENT_SOURCE_DIR}/ad9361_platform_uhd.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/ad9361_client.cpp ${CMAKE_CURRENT_SOURCE_DIR}/apply_corrections.cpp ${CMAKE_CURRENT_SOURCE_DIR}/validate_subdev_spec.cpp ${CMAKE_CURRENT_SOURCE_DIR}/recv_packet_demuxer.cpp |
