diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-05-30 18:07:16 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:03:58 -0800 |
commit | fc89cd3c42e67af5c5f46b880d6da309d4104c48 (patch) | |
tree | e9c5740b0deb3266f35b9172184f773b9d658c9d /mpm/python/setup.py.in | |
parent | 2406def0acd7ee4f3f7ac19e3ade1963b4f1c1f5 (diff) | |
download | uhd-fc89cd3c42e67af5c5f46b880d6da309d4104c48.tar.gz uhd-fc89cd3c42e67af5c5f46b880d6da309d4104c48.tar.bz2 uhd-fc89cd3c42e67af5c5f46b880d6da309d4104c48.zip |
mpm: Added TDC clock sync driver
Diffstat (limited to 'mpm/python/setup.py.in')
-rwxr-xr-x | mpm/python/setup.py.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mpm/python/setup.py.in b/mpm/python/setup.py.in index cbcff393b..725c53c62 100755 --- a/mpm/python/setup.py.in +++ b/mpm/python/setup.py.in @@ -42,7 +42,8 @@ setup(name='usrp_mpm', 'usrp_mpm', 'usrp_mpm.periph_manager', 'usrp_mpm.dboard_manager', - 'usrp_mpm.chips' + 'usrp_mpm.chips', + 'usrp_mpm.cores', ], install_requires=[ 'mprpc', |