aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/chips/ic_reg_maps
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/usrp_mpm/chips/ic_reg_maps')
-rwxr-xr-xmpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt8
1 files changed, 8 insertions, 0 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 631f30264..1a49daef6 100755
--- a/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt
+++ b/mpm/python/usrp_mpm/chips/ic_reg_maps/CMakeLists.txt
@@ -34,6 +34,14 @@ 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_lmx2572_regs.py
+ ${CMAKE_CURRENT_BINARY_DIR}/lmx2572_regs.py
+ )
+ REG_MAPS_GEN_SOURCE(
+ ${UHD_HOST_ROOT}/lib/ic_reg_maps/gen_zbx_cpld_regs.py
+ ${CMAKE_CURRENT_BINARY_DIR}/zbx_cpld_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})