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/b100/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/b100/CMakeLists.txt')
-rw-r--r-- | host/lib/usrp/b100/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/b100/CMakeLists.txt b/host/lib/usrp/b100/CMakeLists.txt index b1bcd22a4..8548b961b 100644 --- a/host/lib/usrp/b100/CMakeLists.txt +++ b/host/lib/usrp/b100/CMakeLists.txt @@ -21,5 +21,6 @@ IF(ENABLE_B100) ${CMAKE_CURRENT_SOURCE_DIR}/io_impl.cpp ${CMAKE_CURRENT_SOURCE_DIR}/mb_eeprom.cpp ${CMAKE_CURRENT_SOURCE_DIR}/usb_zero_copy_wrapper.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/fifo_ctrl_excelsior.cpp ) ENDIF(ENABLE_B100) |