diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-09-27 10:39:23 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-09-29 10:52:27 -0700 |
commit | 895c965f75f4a0d85143b614dd7232ce85c45307 (patch) | |
tree | 6e37dacf70da9516d7b90a01267d437fb969a55f /host/cmake | |
parent | 4e12602f6d30acaeb9dbf534549ac75e0f78ca1b (diff) | |
download | uhd-895c965f75f4a0d85143b614dd7232ce85c45307.tar.gz uhd-895c965f75f4a0d85143b614dd7232ce85c45307.tar.bz2 uhd-895c965f75f4a0d85143b614dd7232ce85c45307.zip |
uhd: Removed drivers for E100/E110
The E1x0 series is still supported on the 3.9 LTS branch.
Diffstat (limited to 'host/cmake')
-rw-r--r-- | host/cmake/Toolchains/arm_cortex_a8_cross.cmake | 20 | ||||
-rw-r--r-- | host/cmake/debian/copyright | 6 |
2 files changed, 0 insertions, 26 deletions
diff --git a/host/cmake/Toolchains/arm_cortex_a8_cross.cmake b/host/cmake/Toolchains/arm_cortex_a8_cross.cmake deleted file mode 100644 index aee1b7f6c..000000000 --- a/host/cmake/Toolchains/arm_cortex_a8_cross.cmake +++ /dev/null @@ -1,20 +0,0 @@ -######################################################################## -# Toolchain file for cross building for ARM Cortex A8 w/ NEON -# Usage: cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm_cortex_a8_\ -cross.cmake -DENABLE_E100=ON -DENABLE_USRP_E_UTILS=TRUE -DENABLE_ORC=ON \ --DCAMKE_INSTALL_PREFIX=./install ../ -######################################################################## -set( CMAKE_SYSTEM_NAME Linux ) -set( CMAKE_CXX_COMPILER arm-angstrom-linux-gnueabi-g++ ) -set( CMAKE_C_COMPILER arm-angstrom-linux-gnueabi-gcc ) -set( CMAKE_CXX_FLAGS "-march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp" CACHE STRING "" FORCE ) -set( CMAKE_C_FLAGS ${CMAKE_CXX_FLAGS} CACHE STRING "" FORCE ) #same flags for C sources - -set( CMAKE_FIND_ROOT_PATH /usr/local/angstrom/arm/ -/usr/local/angstrom/arm/arm-angstrom-linux-gnueabi ) - -#set( BOOST_ROOT ${CMAKE_FIND_ROOT_PATH} ) -#set( BOOST_INCLUDEDIR ${CMAKE_FIND_ROOT_PATH}/usr/include/boost ) -#set( CMAKE_FIND_ROOT_PATH_MODE_PROGRAM ONLY ) -set( CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY ) -set( CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY ) diff --git a/host/cmake/debian/copyright b/host/cmake/debian/copyright index 32c7060ea..b3201e39c 100644 --- a/host/cmake/debian/copyright +++ b/host/cmake/debian/copyright @@ -812,12 +812,6 @@ Files: fpga/usrp2/sdr_lib/integrate.v fpga/usrp2/top/USRP2/u2_core.v fpga/usrp2/top/USRP2/Makefile fpga/usrp2/top/Makefile.common - fpga/usrp2/top/E1x0/u1e.v - fpga/usrp2/top/E1x0/Makefile.E100 - fpga/usrp2/top/E1x0/tb_u1e.v - fpga/usrp2/top/E1x0/Makefile.E110 - fpga/usrp2/top/E1x0/u1e_core.v - fpga/usrp2/top/E1x0/Makefile fpga/usrp2/top/B100/u1plus.v fpga/usrp2/top/B100/u1plus_core.v fpga/usrp2/top/B100/B100.v |