diff options
author | Michael Auchter <michael.auchter@ni.com> | 2021-06-09 14:29:05 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-16 07:25:22 -0500 |
commit | 4c860ffa7d1a00087f7904dac175c8387605f853 (patch) | |
tree | f4e2429ed549bfa384a3fe6df65815b7d4851e64 /mpm | |
parent | 88ce3fd19b680a97f3840c459078b5e47ea1ef40 (diff) | |
download | uhd-4c860ffa7d1a00087f7904dac175c8387605f853.tar.gz uhd-4c860ffa7d1a00087f7904dac175c8387605f853.tar.bz2 uhd-4c860ffa7d1a00087f7904dac175c8387605f853.zip |
mpm: install cpld update scripts in runtime dir
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) |