From 4c860ffa7d1a00087f7904dac175c8387605f853 Mon Sep 17 00:00:00 2001 From: Michael Auchter Date: Wed, 9 Jun 2021 14:29:05 -0500 Subject: mpm: install cpld update scripts in runtime dir --- mpm/python/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mpm') 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) -- cgit v1.2.3