diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/zpu/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/zpu/CMakeLists.txt b/firmware/zpu/CMakeLists.txt index d7cedbfb9..80fd074bd 100644 --- a/firmware/zpu/CMakeLists.txt +++ b/firmware/zpu/CMakeLists.txt @@ -21,6 +21,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) #force the compiler because the check wont use the special flag below INCLUDE(CMakeForceCompiler) +SET(CMAKE_SYSTEM_NAME Generic) CMAKE_FORCE_C_COMPILER(zpu-elf-gcc GNU) PROJECT(USRP_NXXX_FW C) |