diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-28 15:35:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-28 15:35:36 -0700 |
commit | 9d00821b51301412071944315e9d1555482b7e39 (patch) | |
tree | 84f6a170269e1f7a7ed9c583a3f9701cee54c960 /images | |
parent | df4b43bfcde201c1311eac98c95e8b87c7566320 (diff) | |
parent | de25eecffe11a13717a1477ca385c9cd333de6f3 (diff) | |
download | uhd-9d00821b51301412071944315e9d1555482b7e39.tar.gz uhd-9d00821b51301412071944315e9d1555482b7e39.tar.bz2 uhd-9d00821b51301412071944315e9d1555482b7e39.zip |
Merge branch 'uhd_master'
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/images/Makefile b/images/Makefile index 284fc302a..ac78f8859 100644 --- a/images/Makefile +++ b/images/Makefile @@ -98,9 +98,9 @@ _usrp_b100_fpga_bin = $(BUILT_IMAGES_DIR)/usrp_b100_fpga.bin IMAGES_LIST += $(_usrp_b100_fpga_bin) $(_usrp_b100_fpga_bin): $(GLOBAL_DEPS) - cd $(_usrp_b100_fpga_dir) && make clean - cd $(_usrp_b100_fpga_dir) && make bin - cp $(_usrp_b100_fpga_dir)/build/u1plus.bin $@ + cd $(_usrp_b100_fpga_dir) && make -f Makefile.B100 clean + cd $(_usrp_b100_fpga_dir) && make -f Makefile.B100 bin + cp $(_usrp_b100_fpga_dir)/build-B100/B100.bin $@ endif |