aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2017-09-27 10:39:23 -0700
committerMartin Braun <martin.braun@ettus.com>2017-09-29 10:52:27 -0700
commit895c965f75f4a0d85143b614dd7232ce85c45307 (patch)
tree6e37dacf70da9516d7b90a01267d437fb969a55f /host/lib/CMakeLists.txt
parent4e12602f6d30acaeb9dbf534549ac75e0f78ca1b (diff)
downloaduhd-895c965f75f4a0d85143b614dd7232ce85c45307.tar.gz
uhd-895c965f75f4a0d85143b614dd7232ce85c45307.tar.bz2
uhd-895c965f75f4a0d85143b614dd7232ce85c45307.zip
uhd: Removed drivers for E100/E110
The E1x0 series is still supported on the 3.9 LTS branch.
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r--host/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt
index 9e7b3042a..5aff9ad3b 100644
--- a/host/lib/CMakeLists.txt
+++ b/host/lib/CMakeLists.txt
@@ -77,7 +77,6 @@ LIBUHD_REGISTER_COMPONENT("GPSD" ENABLE_GPSD OFF "ENABLE_LIBUHD;ENABLE_GPSD;LIBG
# Devices
LIBUHD_REGISTER_COMPONENT("B100" ENABLE_B100 ON "ENABLE_LIBUHD;ENABLE_USB" OFF OFF)
LIBUHD_REGISTER_COMPONENT("B200" ENABLE_B200 ON "ENABLE_LIBUHD;ENABLE_USB" OFF OFF)
-LIBUHD_REGISTER_COMPONENT("E100" ENABLE_E100 OFF "ENABLE_LIBUHD;LINUX" OFF OFF)
LIBUHD_REGISTER_COMPONENT("E300" ENABLE_E300 OFF "ENABLE_LIBUHD" OFF OFF)
LIBUHD_REGISTER_COMPONENT("USRP1" ENABLE_USRP1 ON "ENABLE_LIBUHD;ENABLE_USB" OFF OFF)
LIBUHD_REGISTER_COMPONENT("USRP2" ENABLE_USRP2 ON "ENABLE_LIBUHD" OFF OFF)