aboutsummaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-09-28 15:22:49 -0700
committerJosh Blum <josh@joshknows.com>2011-09-28 15:22:49 -0700
commitde25eecffe11a13717a1477ca385c9cd333de6f3 (patch)
tree0eaa9d5932b8a8e3dfb4338e1def6ac1cd60e6e4 /images
parent4226748ddda610eafaf5c6c32be206c336232b80 (diff)
downloaduhd-de25eecffe11a13717a1477ca385c9cd333de6f3.tar.gz
uhd-de25eecffe11a13717a1477ca385c9cd333de6f3.tar.bz2
uhd-de25eecffe11a13717a1477ca385c9cd333de6f3.zip
images: typo fix building B100.bin
Diffstat (limited to 'images')
-rw-r--r--images/Makefile2
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