diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-12-08 19:00:57 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:57 -0800 |
commit | 58e7022062ed450c39fde27b11d743ea3f3b734b (patch) | |
tree | 698908850a86af3859be9eb2479c716f67a3befe /mpm/python/setup.py.in | |
parent | 2db171798efc2e16cf2c5d85bfbfe7b032a38ead (diff) | |
download | uhd-58e7022062ed450c39fde27b11d743ea3f3b734b.tar.gz uhd-58e7022062ed450c39fde27b11d743ea3f3b734b.tar.bz2 uhd-58e7022062ed450c39fde27b11d743ea3f3b734b.zip |
mpm: Factor out xport managers as own objects
- Move XportMgr classes out of n310.py
- Subclass them there and apply N310-specific settings
- Remove chdr_interfaces option from PeriphManagerBase
Diffstat (limited to 'mpm/python/setup.py.in')
-rwxr-xr-x | mpm/python/setup.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mpm/python/setup.py.in b/mpm/python/setup.py.in index 725c53c62..9c6888a74 100755 --- a/mpm/python/setup.py.in +++ b/mpm/python/setup.py.in @@ -44,6 +44,7 @@ setup(name='usrp_mpm', 'usrp_mpm.dboard_manager', 'usrp_mpm.chips', 'usrp_mpm.cores', + 'usrp_mpm.xports', ], install_requires=[ 'mprpc', |