diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-05-07 15:27:29 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-05-08 11:37:12 -0700 |
commit | 9cf1a8e99a76409b9be727d9efc8189bca54c4eb (patch) | |
tree | 2ecda408f69d71bed6e3731be2b7c59045f40720 /mpm/python/usrp_mpm/periph_manager/CMakeLists.txt | |
parent | f4b8879064f6090e2233165216e78944070b6a06 (diff) | |
download | uhd-9cf1a8e99a76409b9be727d9efc8189bca54c4eb.tar.gz uhd-9cf1a8e99a76409b9be727d9efc8189bca54c4eb.tar.bz2 uhd-9cf1a8e99a76409b9be727d9efc8189bca54c4eb.zip |
mpm: n3xx: Refactor n3xx_periphs into its own module
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager/CMakeLists.txt')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/CMakeLists.txt b/mpm/python/usrp_mpm/periph_manager/CMakeLists.txt index 8000ebc6d..337b2c944 100644 --- a/mpm/python/usrp_mpm/periph_manager/CMakeLists.txt +++ b/mpm/python/usrp_mpm/periph_manager/CMakeLists.txt @@ -12,6 +12,7 @@ SET(USRP_MPM_PERIPHMGR_FILES ${CMAKE_CURRENT_SOURCE_DIR}/__init__.py.in ${CMAKE_CURRENT_SOURCE_DIR}/base.py ${CMAKE_CURRENT_SOURCE_DIR}/n3xx.py + ${CMAKE_CURRENT_SOURCE_DIR}/n3xx_periphs.py ${CMAKE_CURRENT_SOURCE_DIR}/test.py ) LIST(APPEND USRP_MPM_FILES ${USRP_MPM_PERIPHMGR_FILES}) |