diff options
author | Martin Braun <martin.braun@ettus.com> | 2022-02-21 11:17:25 +0100 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-02-22 14:41:19 -0600 |
commit | ba00ff0cf5c0ced093e0be12b3006fe2f657a58a (patch) | |
tree | 6a1030bc21b6257d4a34f8f3e6c4cdbbc55860f1 /host | |
parent | 250ef76d5034aca69e9335055f7b223f1742966f (diff) | |
download | uhd-ba00ff0cf5c0ced093e0be12b3006fe2f657a58a.tar.gz uhd-ba00ff0cf5c0ced093e0be12b3006fe2f657a58a.tar.bz2 uhd-ba00ff0cf5c0ced093e0be12b3006fe2f657a58a.zip |
Remove FSRU-related files
The FSRU (aka EISCAT) was never supported in UHD 4.0. The FPGA
repository never had the relevant files, and the block controller also
never existed. This removes all the corresponding files from MPM, as
well as some references from makefiles.
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/dboard/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/lib/usrp/dboard/CMakeLists.txt b/host/lib/usrp/dboard/CMakeLists.txt index 1d31d6930..9461cfce0 100644 --- a/host/lib/usrp/dboard/CMakeLists.txt +++ b/host/lib/usrp/dboard/CMakeLists.txt @@ -49,9 +49,6 @@ endif(ENABLE_N300) if(ENABLE_N320) INCLUDE_SUBDIRECTORY(rhodium) endif(ENABLE_N320) -if(ENABLE_MPMD AND ENABLE_EISCAT) - INCLUDE_SUBDIRECTORY(eiscat) -endif(ENABLE_MPMD AND ENABLE_EISCAT) if(ENABLE_X400) INCLUDE_SUBDIRECTORY(zbx) |