From ba00ff0cf5c0ced093e0be12b3006fe2f657a58a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 21 Feb 2022 11:17:25 +0100 Subject: 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. --- host/lib/usrp/dboard/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'host/lib') 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) -- cgit v1.2.3