From 2a575bf9b5a4942f60e979161764b9e942699e1e Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Fri, 4 Jun 2021 08:27:50 +0200 Subject: uhd: Add support for the USRP X410 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lars Amsel Co-authored-by: Michael Auchter Co-authored-by: Martin Braun Co-authored-by: Paul Butler Co-authored-by: Cristina Fuentes Co-authored-by: Humberto Jimenez Co-authored-by: Virendra Kakade Co-authored-by: Lane Kolbly Co-authored-by: Max Köhler Co-authored-by: Andrew Lynch Co-authored-by: Grant Meyerhoff Co-authored-by: Ciro Nishiguchi Co-authored-by: Thomas Vogel --- mpm/lib/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpm/lib/CMakeLists.txt') diff --git a/mpm/lib/CMakeLists.txt b/mpm/lib/CMakeLists.txt index 940a23138..f127af0a6 100644 --- a/mpm/lib/CMakeLists.txt +++ b/mpm/lib/CMakeLists.txt @@ -18,6 +18,10 @@ elseif(ENABLE_E320 OR ENABLE_E300) add_subdirectory(catalina) endif(ENABLE_MYKONOS) +if(ENABLE_X400) + add_subdirectory(rfdc) +endif(ENABLE_X400) + USRP_PERIPHS_ADD_OBJECT(periphs exception.cpp ${UHD_HOST_ROOT}/lib/exception.cpp -- cgit v1.2.3