diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-07-30 13:45:26 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-07-31 10:11:22 -0700 |
commit | 57079accbb20e04602436a90bec7b71d0f6815fc (patch) | |
tree | d539e266615cdddb722a1364bd59276767833d1e /host/lib/usrp/common/CMakeLists.txt | |
parent | 23b646bda313c230494011dbb54576e9f2748fa9 (diff) | |
download | uhd-57079accbb20e04602436a90bec7b71d0f6815fc.tar.gz uhd-57079accbb20e04602436a90bec7b71d0f6815fc.tar.bz2 uhd-57079accbb20e04602436a90bec7b71d0f6815fc.zip |
b100: Move fifo_ctrl_excelsior to b100 subdir
This device is the only one using it, and no one will ever use it going
forward.
Diffstat (limited to 'host/lib/usrp/common/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/common/CMakeLists.txt b/host/lib/usrp/common/CMakeLists.txt index feb4390e3..6490fac08 100644 --- a/host/lib/usrp/common/CMakeLists.txt +++ b/host/lib/usrp/common/CMakeLists.txt @@ -33,5 +33,4 @@ LIBUHD_APPEND_SOURCES( ${CMAKE_CURRENT_SOURCE_DIR}/apply_corrections.cpp ${CMAKE_CURRENT_SOURCE_DIR}/validate_subdev_spec.cpp ${CMAKE_CURRENT_SOURCE_DIR}/recv_packet_demuxer.cpp - ${CMAKE_CURRENT_SOURCE_DIR}/fifo_ctrl_excelsior.cpp ) |