aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/setup.py.in
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-05-30 18:07:16 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:58 -0800
commitfc89cd3c42e67af5c5f46b880d6da309d4104c48 (patch)
treee9c5740b0deb3266f35b9172184f773b9d658c9d /mpm/python/setup.py.in
parent2406def0acd7ee4f3f7ac19e3ade1963b4f1c1f5 (diff)
downloaduhd-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-xmpm/python/setup.py.in3
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',