diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-06-07 10:17:49 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-11-26 11:49:08 -0800 |
commit | d94140a4129d6b2153b15860eeb2406672ebb414 (patch) | |
tree | 5b3c1df56b933367962368834aa1c13e7bc45836 /host/lib/usrp/CMakeLists.txt | |
parent | 6c756248146c023c02b2cd96b697c21aefa9bf36 (diff) | |
download | uhd-d94140a4129d6b2153b15860eeb2406672ebb414.tar.gz uhd-d94140a4129d6b2153b15860eeb2406672ebb414.tar.bz2 uhd-d94140a4129d6b2153b15860eeb2406672ebb414.zip |
uhd: Remove support for N230
Note: N230 is still supported on the 3.15 LTS branch
Diffstat (limited to 'host/lib/usrp/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/CMakeLists.txt b/host/lib/usrp/CMakeLists.txt index b62493595..8f3ccc9ff 100644 --- a/host/lib/usrp/CMakeLists.txt +++ b/host/lib/usrp/CMakeLists.txt @@ -41,4 +41,3 @@ INCLUDE_SUBDIRECTORY(usrp2) INCLUDE_SUBDIRECTORY(b100) INCLUDE_SUBDIRECTORY(x300) INCLUDE_SUBDIRECTORY(b200) -INCLUDE_SUBDIRECTORY(n230) |