diff options
author | Ben Hilburn <ben@ettus.com> | 2011-10-10 12:27:20 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-10 15:49:51 -0700 |
commit | 307cd0915038429cdf2ac713ae5546bf7acd50c9 (patch) | |
tree | e356daa08803fb5a13b114d2f4671d5e6666a01b /host/utils | |
parent | fc23c703e8e0b10d6f37c554e384a29952d0221d (diff) | |
download | uhd-307cd0915038429cdf2ac713ae5546bf7acd50c9.tar.gz uhd-307cd0915038429cdf2ac713ae5546bf7acd50c9.tar.bz2 uhd-307cd0915038429cdf2ac713ae5546bf7acd50c9.zip |
Renaming 'usrp1_init_eeprom' to 'fx2_init_eeprom', and making it enable based on
ENABLE_USB rather than ENABLE_USRP1 since we also need it for B100.
Diffstat (limited to 'host/utils')
-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 |