From cd03692e92c0f44fbd45875a8782dd6febee0f68 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 1 Jun 2017 00:04:24 -0700 Subject: mpmd: Refactored code to allow multi-device initialization --- host/lib/usrp/mpmd/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'host/lib/usrp/mpmd/CMakeLists.txt') diff --git a/host/lib/usrp/mpmd/CMakeLists.txt b/host/lib/usrp/mpmd/CMakeLists.txt index 5ff1f36eb..a5f2fb184 100644 --- a/host/lib/usrp/mpmd/CMakeLists.txt +++ b/host/lib/usrp/mpmd/CMakeLists.txt @@ -15,12 +15,9 @@ # along with this program. If not, see . # -######################################################################## -# This file included, use CMake directory variables -######################################################################## - IF(ENABLE_MPMD) LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/mpmd_impl.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/mpmd_mboard_impl.cpp ) ENDIF(ENABLE_MPMD) -- cgit v1.2.3