From ac35b51ea7e2f309625a25e41dd1bb9e1864a3f5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 16 Feb 2010 17:34:47 -0800 Subject: Moved the usrp2 implementation files into a usrp2 dir within mboard. Filled in many of the properties for the mboard (including clock config). --- lib/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 423a7b2dd..0e2c6f44d 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -33,7 +33,8 @@ ADD_LIBRARY(uhd SHARED usrp/mboard/base.cpp usrp/mboard/test.cpp usrp/mboard/usrp2.cpp - usrp/mboard/usrp2_impl.cpp + usrp/mboard/usrp2/impl_base.cpp + usrp/mboard/usrp2/dboard_impl.cpp ) TARGET_LINK_LIBRARIES(uhd ${Boost_LIBRARIES}) -- cgit v1.2.3