From de25eecffe11a13717a1477ca385c9cd333de6f3 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 28 Sep 2011 15:22:49 -0700 Subject: images: typo fix building B100.bin --- images/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'images') 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 -- cgit v1.2.3