diff options
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mpm/python/CMakeLists.txt b/mpm/python/CMakeLists.txt index ba4bf075b..9041347e1 100644 --- a/mpm/python/CMakeLists.txt +++ b/mpm/python/CMakeLists.txt @@ -121,6 +121,16 @@ elseif (ENABLE_X400) x4xx_bist DESTINATION ${RUNTIME_DIR} ) + install(PROGRAMS + usrp_mpm/dboard_manager/zbx_update_cpld.py + DESTINATION ${RUNTIME_DIR} + RENAME zbx_update_cpld + ) + install(PROGRAMS + usrp_mpm/periph_manager/x4xx_update_cpld.py + DESTINATION ${RUNTIME_DIR} + RENAME x4xx_update_cpld + ) endif (ENABLE_MYKONOS) if (HAVE_MPM_TEST_PREREQS) |