diff options
author | michael-west <michael.west@ettus.com> | 2021-05-27 13:09:53 -0700 |
---|---|---|
committer | michael-west <michael.west@ettus.com> | 2021-05-28 05:48:50 -0700 |
commit | fa997d52cc62c3c39f5b7560890e31d41e4eb9e9 (patch) | |
tree | 74015ce47988ce2ab7336e9311ab744a0ba4fc95 /mpm/python | |
parent | eccaea4b202952c62b28e87299bf1d55542e27a5 (diff) | |
download | uhd-fa997d52cc62c3c39f5b7560890e31d41e4eb9e9.tar.gz uhd-fa997d52cc62c3c39f5b7560890e31d41e4eb9e9.tar.bz2 uhd-fa997d52cc62c3c39f5b7560890e31d41e4eb9e9.zip |
fixup! ic_reg_maps: Remove SPCC core reg map
Diffstat (limited to 'mpm/python')
-rwxr-xr-x | mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt b/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt index f1fdd557b..631f30264 100755 --- a/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt +++ b/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt @@ -34,10 +34,6 @@ if(ENABLE_REGMAPS) ${UHD_HOST_ROOT}/lib/ic_reg_maps/gen_lmk04816_regs.py ${CMAKE_CURRENT_BINARY_DIR}/lmk04816_regs.py ) - REG_MAPS_GEN_SOURCE( - ${UHD_HOST_ROOT}/lib/ic_reg_maps/gen_spcc_regs.py - ${CMAKE_CURRENT_BINARY_DIR}/spcc_regs.py - ) # add an ic_reg_maps target which can be referenced outside of this subdirectory add_custom_target(ic_reg_maps DEPENDS ${IC_REG_MAPS}) |