aboutsummaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'images/Makefile')
-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