From 522677b38cf06eea61ceb724d099fc901dc1c4b5 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 14 Jun 2011 19:15:46 -0700 Subject: n2xx: makefile typo fixes --- images/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'images') diff --git a/images/Makefile b/images/Makefile index 4b0034bf0..10e3eb7ba 100644 --- a/images/Makefile +++ b/images/Makefile @@ -201,7 +201,7 @@ IMAGES_LIST += $(_usrp_n200_r4_fpga_bin) $(_usrp_n200_r4_fpga_bin): $(GLOBAL_DEPS) cd $(_usrp_n200_r4_fpga_dir) && make -f Makefile.N200R4 clean cd $(_usrp_n200_r4_fpga_dir) && make -f Makefile.N200R4 bin - cp $(_usrp_n200_r4_fpga_dir)/build-N200r4/u2plus.bin $@ + cp $(_usrp_n200_r4_fpga_dir)/build-N200R4/u2plus.bin $@ endif @@ -217,7 +217,7 @@ IMAGES_LIST += $(_usrp_n210_r4_fpga_bin) $(_usrp_n210_r4_fpga_bin): $(GLOBAL_DEPS) cd $(_usrp_n210_r4_fpga_dir) && make -f Makefile.N210R4 clean cd $(_usrp_n210_r4_fpga_dir) && make -f Makefile.N210R4 bin - cp $(_usrp_n210_r4_fpga_dir)/build-N210r4/u2plus.bin $@ + cp $(_usrp_n210_r4_fpga_dir)/build-N210R4/u2plus.bin $@ endif -- cgit v1.2.3