aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-07-17 12:35:33 -0700
committerJosh Blum <josh@joshknows.com>2012-07-17 12:35:33 -0700
commitf638d6140cfc4525f78399900b70bacb2a4cd5eb (patch)
treecad2b8d85027a63f3aa51dd2ba4ad9c26b556c5a
parent1b677b1cc46718ed9473700e2bb88666b70808f3 (diff)
downloaduhd-f638d6140cfc4525f78399900b70bacb2a4cd5eb.tar.gz
uhd-f638d6140cfc4525f78399900b70bacb2a4cd5eb.tar.bz2
uhd-f638d6140cfc4525f78399900b70bacb2a4cd5eb.zip
images: updated images Makefile for E1x0 rename
-rw-r--r--images/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile
index c9f7e7429..827db28cd 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -250,7 +250,7 @@ IMAGES_LIST += $(_usrp_e100_fpga_bin)
$(_usrp_e100_fpga_bin): $(GLOBAL_DEPS)
cd $(_usrp_e100_fpga_dir) && make -f Makefile.E100 clean
cd $(_usrp_e100_fpga_dir) && make -f Makefile.E100 bin
- cp $(_usrp_e100_fpga_dir)/build-E100/u1e.bin $@
+ cp $(_usrp_e100_fpga_dir)/build-E100/E1x0.bin $@
endif
@@ -266,7 +266,7 @@ IMAGES_LIST += $(_usrp_e110_fpga_bin)
$(_usrp_e110_fpga_bin): $(GLOBAL_DEPS)
cd $(_usrp_e110_fpga_dir) && make -f Makefile.E110 clean
cd $(_usrp_e110_fpga_dir) && make -f Makefile.E110 bin
- cp $(_usrp_e110_fpga_dir)/build-E110/u1e.bin $@
+ cp $(_usrp_e110_fpga_dir)/build-E110/E1x0.bin $@
endif