From 151ba5fb06dfdb6fcc46ccfdabf5f1e064236981 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 25 Apr 2017 17:00:34 -0700 Subject: mpm: Major refactoring - Created clean interfaces for SPI and registers - Severed most links to UHD - Added a lockable class which allows exposing mutexes into Python --- mpm/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'mpm/CMakeLists.txt') diff --git a/mpm/CMakeLists.txt b/mpm/CMakeLists.txt index 65d01b114..b1e1efe2a 100644 --- a/mpm/CMakeLists.txt +++ b/mpm/CMakeLists.txt @@ -114,7 +114,6 @@ INCLUDE_DIRECTORIES( ${UHD_HOST_ROOT}/include ) -ADD_SUBDIRECTORY(dboards) ADD_SUBDIRECTORY(lib) MESSAGE("usrp_periphs objects: ${usrp_periphs_objects}") -- cgit v1.2.3