aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-06-14 19:15:46 -0700
committerJosh Blum <josh@joshknows.com>2011-06-14 19:15:46 -0700
commit522677b38cf06eea61ceb724d099fc901dc1c4b5 (patch)
treea03434b15358119ebf01f167864d7193e1e518b0
parent3d771334a820cb54870cbca23eab49bb84571905 (diff)
downloaduhd-522677b38cf06eea61ceb724d099fc901dc1c4b5.tar.gz
uhd-522677b38cf06eea61ceb724d099fc901dc1c4b5.tar.bz2
uhd-522677b38cf06eea61ceb724d099fc901dc1c4b5.zip
n2xx: makefile typo fixes
-rw-r--r--images/Makefile4
1 files changed, 2 insertions, 2 deletions
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