diff options
| -rw-r--r-- | host/utils/CMakeLists.txt | 6 | ||||
| -rw-r--r-- | host/utils/fx2_init_eeprom.cpp (renamed from host/utils/usrp1_init_eeprom.cpp) | 0 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/host/utils/CMakeLists.txt b/host/utils/CMakeLists.txt index 1b70be7a4..1a0396ad3 100644 --- a/host/utils/CMakeLists.txt +++ b/host/utils/CMakeLists.txt @@ -39,11 +39,11 @@ SET(util_share_sources      usrp_burn_mb_eeprom.cpp  ) -IF(ENABLE_USRP1) +IF(ENABLE_USB)      LIST(APPEND util_share_sources -        usrp1_init_eeprom.cpp +        fx2_init_eeprom.cpp      ) -ENDIF(ENABLE_USRP1) +ENDIF(ENABLE_USB)  IF(LINUX AND ENABLE_USB)      INSTALL(FILES diff --git a/host/utils/usrp1_init_eeprom.cpp b/host/utils/fx2_init_eeprom.cpp index c210ae575..c210ae575 100644 --- a/host/utils/usrp1_init_eeprom.cpp +++ b/host/utils/fx2_init_eeprom.cpp | 
