aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
Diffstat (limited to 'host')
-rw-r--r--host/lib/usrp/dboard/e3xx/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/e3xx/CMakeLists.txt b/host/lib/usrp/dboard/e3xx/CMakeLists.txt
index 36376cd88..5d452fb53 100644
--- a/host/lib/usrp/dboard/e3xx/CMakeLists.txt
+++ b/host/lib/usrp/dboard/e3xx/CMakeLists.txt
@@ -15,7 +15,6 @@ IF(ENABLE_E300 OR ENABLE_E320)
ENDIF(ENABLE_E300 OR ENABLE_E320)
IF(ENABLE_E300)
- MESSAGE(STATUS "E300 Enabled")
LIST(APPEND E300_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/e31x_radio_ctrl_impl.cpp
)
@@ -23,7 +22,6 @@ IF(ENABLE_E300)
ENDIF(ENABLE_E300)
IF(ENABLE_E320)
- MESSAGE(STATUS "E320 Enabled")
LIST(APPEND E320_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/e320_radio_ctrl_impl.cpp
)