aboutsummaryrefslogtreecommitdiffstats
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/images/Makefile b/images/Makefile
index 284fc302a..de7785cf9 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/B100bin $@
endif