From d94140a4129d6b2153b15860eeb2406672ebb414 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 7 Jun 2019 10:17:49 -0700 Subject: uhd: Remove support for N230 Note: N230 is still supported on the 3.15 LTS branch --- host/lib/usrp/common/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/common') diff --git a/host/lib/usrp/common/CMakeLists.txt b/host/lib/usrp/common/CMakeLists.txt index df0b550bf..bdc8a5977 100644 --- a/host/lib/usrp/common/CMakeLists.txt +++ b/host/lib/usrp/common/CMakeLists.txt @@ -14,14 +14,14 @@ if(ENABLE_USB) ) endif(ENABLE_USB) -if(ENABLE_E300 OR ENABLE_B200 OR ENABLE_N230 OR ENABLE_E320) +if(ENABLE_E300 OR ENABLE_B200 OR ENABLE_E320) include_directories("${CMAKE_CURRENT_SOURCE_DIR}/ad9361_driver") LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/ad9361_ctrl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/ad936x_manager.cpp ${CMAKE_CURRENT_SOURCE_DIR}/ad9361_driver/ad9361_device.cpp ) -endif(ENABLE_E300 OR ENABLE_B200 OR ENABLE_N230 OR ENABLE_E320) +endif(ENABLE_E300 OR ENABLE_B200 OR ENABLE_E320) include_directories(${CMAKE_CURRENT_SOURCE_DIR}) -- cgit v1.2.3