aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-11-14 17:32:46 -0800
committerJosh Blum <josh@joshknows.com>2011-11-14 17:32:46 -0800
commitff2e730a0dc7f67241942143c120e02a838f932e (patch)
treef4c64296273de9dd6ccffddded0c514399f68cf9 /host/utils/CMakeLists.txt
parent5a77062d33ff675e8f395a8a871e8e6632a204a0 (diff)
downloaduhd-ff2e730a0dc7f67241942143c120e02a838f932e.tar.gz
uhd-ff2e730a0dc7f67241942143c120e02a838f932e.tar.bz2
uhd-ff2e730a0dc7f67241942143c120e02a838f932e.zip
uhd: different interp methods for IQ vs DC
Diffstat (limited to 'host/utils/CMakeLists.txt')
-rw-r--r--host/utils/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt
index 6c17be22c..92807f882 100644
--- a/host/utils/CMakeLists.txt
+++ b/host/utils/CMakeLists.txt
@@ -37,9 +37,9 @@ ENDFOREACH(util_source)
SET(util_share_sources
usrp_burn_db_eeprom.cpp
usrp_burn_mb_eeprom.cpp
- usrp_gen_rx_iq_cal_table.cpp
- usrp_gen_tx_iq_cal_table.cpp
- usrp_gen_tx_dc_cal_table.cpp
+ usrp_cal_rx_iq_balance.cpp
+ usrp_cal_tx_dc_offset.cpp
+ usrp_cal_tx_iq_balance.cpp
)
IF(ENABLE_USB)