summaryrefslogtreecommitdiffstats
path: root/images/Makefile
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-08-31 11:20:17 -0700
committerJosh Blum <josh@joshknows.com>2012-08-31 11:20:17 -0700
commit667dcf0b98bb5a99654cf883fb97d2a549582cff (patch)
tree7c845d7ac3f506c000ab495b1d62d976b816b5cd /images/Makefile
parent05a06254a7f0149425bdda0e5544507bd35a671b (diff)
parent36a7def9aa6cecaa6f3cbf9979544d6fd5848a08 (diff)
downloaduhd-667dcf0b98bb5a99654cf883fb97d2a549582cff.tar.gz
uhd-667dcf0b98bb5a99654cf883fb97d2a549582cff.tar.bz2
uhd-667dcf0b98bb5a99654cf883fb97d2a549582cff.zip
Merge branch 'next'
Diffstat (limited to 'images/Makefile')
-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