diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-28 15:22:49 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-28 15:22:49 -0700 |
commit | de25eecffe11a13717a1477ca385c9cd333de6f3 (patch) | |
tree | 0eaa9d5932b8a8e3dfb4338e1def6ac1cd60e6e4 | |
parent | 4226748ddda610eafaf5c6c32be206c336232b80 (diff) | |
download | uhd-de25eecffe11a13717a1477ca385c9cd333de6f3.tar.gz uhd-de25eecffe11a13717a1477ca385c9cd333de6f3.tar.bz2 uhd-de25eecffe11a13717a1477ca385c9cd333de6f3.zip |
images: typo fix building B100.bin
-rw-r--r-- | images/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index de7785cf9..ac78f8859 100644 --- a/images/Makefile +++ b/images/Makefile @@ -100,7 +100,7 @@ IMAGES_LIST += $(_usrp_b100_fpga_bin) $(_usrp_b100_fpga_bin): $(GLOBAL_DEPS) 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/B100bin $@ + cp $(_usrp_b100_fpga_dir)/build-B100/B100.bin $@ endif |