diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-29 11:24:55 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-29 11:24:55 -0700 |
commit | 1614884af40e7c4c577db2d8bb3e27876650aed3 (patch) | |
tree | 7c9a08ef3a4bf84784150eb8909d3c4ff4d41a5a /images | |
parent | 1b577977acdf456ec2cac31a1cb31de148b01b53 (diff) | |
download | uhd-1614884af40e7c4c577db2d8bb3e27876650aed3.tar.gz uhd-1614884af40e7c4c577db2d8bb3e27876650aed3.tar.bz2 uhd-1614884af40e7c4c577db2d8bb3e27876650aed3.zip |
images: fix makefile for E1XX build dirs
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile index ac78f8859..c9f7e7429 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/u1e.bin $@ + cp $(_usrp_e100_fpga_dir)/build-E100/u1e.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/u1e.bin $@ + cp $(_usrp_e110_fpga_dir)/build-E110/u1e.bin $@ endif |