diff options
| author | Martin Braun <martin.braun@ettus.com> | 2020-04-15 15:07:53 -0700 |
|---|---|---|
| committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-19 13:24:59 -0500 |
| commit | 2d7676e8cf2cc4fb59e59185864c8804ca77e15b (patch) | |
| tree | 765965e19b86f37077b19b4ea4eff46c8b68c77c /host/lib/usrp/common/CMakeLists.txt | |
| parent | 676c3a37867f0e19476e9dc8495127bb3208a1a0 (diff) | |
| download | uhd-2d7676e8cf2cc4fb59e59185864c8804ca77e15b.tar.gz uhd-2d7676e8cf2cc4fb59e59185864c8804ca77e15b.tar.bz2 uhd-2d7676e8cf2cc4fb59e59185864c8804ca77e15b.zip | |
lib: Add power cal manager
This is a utility class that can be used by USRP or daughterboard
drivers to tie power calibration into their respective drivers.
Diffstat (limited to 'host/lib/usrp/common/CMakeLists.txt')
| -rw-r--r-- | host/lib/usrp/common/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/common/CMakeLists.txt b/host/lib/usrp/common/CMakeLists.txt index 7a6a4fe27..a61738743 100644 --- a/host/lib/usrp/common/CMakeLists.txt +++ b/host/lib/usrp/common/CMakeLists.txt @@ -35,6 +35,7 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/recv_packet_demuxer.cpp ${CMAKE_CURRENT_SOURCE_DIR}/io_service_mgr.cpp ${CMAKE_CURRENT_SOURCE_DIR}/io_service_args.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/pwr_cal_mgr.cpp ) if(ENABLE_DPDK) |
