From 65fbf053c059c888fe544327f841313641561255 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 15 Apr 2020 15:10:37 -0700 Subject: utils/python: Add uhd_power_cal script This is a tool for running power calibration. --- host/utils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'host/utils/CMakeLists.txt') diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index 08ace6a0c..4bbcd252b 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -50,6 +50,7 @@ set(util_share_sources set(util_share_sources_py converter_benchmark.py convert_cal_data.py + uhd_power_cal.py ) if(ENABLE_USB) list(APPEND util_share_sources -- cgit v1.2.3