From fc89cd3c42e67af5c5f46b880d6da309d4104c48 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 30 May 2017 18:07:16 -0700 Subject: mpm: Added TDC clock sync driver --- mpm/python/setup.py.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mpm/python/setup.py.in') 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', -- cgit v1.2.3