diff options
author | Johnathan Corgan | 2010-02-11 08:18:46 -0800 |
---|---|---|
committer | Johnathan Corgan | 2010-02-11 08:18:46 -0800 |
commit | e566be1bb983a0f4f284081760b6f91d9986d394 (patch) | |
tree | aa05b90eb54a7fa08c71bcd7f371e7f14ae2d68d /usrp/firmware/src/usrp2/Makefile.am | |
parent | 8e4bed09059a00767a8aa1cb9800059aecde52ab (diff) | |
parent | a33cbffaf802c5c3018596fcf592e37c978acfb6 (diff) | |
download | gnuradio-e566be1bb983a0f4f284081760b6f91d9986d394.tar.gz gnuradio-e566be1bb983a0f4f284081760b6f91d9986d394.tar.bz2 gnuradio-e566be1bb983a0f4f284081760b6f91d9986d394.zip |
Merge branch 'prefix' of git://gnuradio.org/jabele
Diffstat (limited to 'usrp/firmware/src/usrp2/Makefile.am')
-rw-r--r-- | usrp/firmware/src/usrp2/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp/firmware/src/usrp2/Makefile.am b/usrp/firmware/src/usrp2/Makefile.am index e380b1907..4402cd636 100644 --- a/usrp/firmware/src/usrp2/Makefile.am +++ b/usrp/firmware/src/usrp2/Makefile.am @@ -108,11 +108,11 @@ eeprom_boot.ihx: $(EEPROM_BOOT_OBJS) $(LIBDEP) $(XCC) $(LINKOPTS) -o $@ $(EEPROM_BOOT_OBJS) burn-usrp2-eeprom: eeprom_boot.ihx - $(PYTHON) $(srcdir)/../common/build_eeprom.py -r2 eeprom_boot.ihx > $@ + $(PYTHON) $(srcdir)/../common/build_eeprom.py -p$(prefix) -r2 eeprom_boot.ihx > $@ chmod +x $@ burn-usrp4-eeprom: eeprom_boot.ihx - $(PYTHON) $(srcdir)/../common/build_eeprom.py -r4 eeprom_boot.ihx > $@ + $(PYTHON) $(srcdir)/../common/build_eeprom.py -p$(prefix) -r4 eeprom_boot.ihx > $@ chmod +x $@ |