diff options
author | Josh Blum <josh@joshknows.com> | 2013-03-25 16:08:03 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-03-25 16:08:03 -0700 |
commit | 8488eb09d7db13f67f38dc986b191fd6f3eeea2d (patch) | |
tree | 5d5026f8fb62b09332e49d72d2bbbe7a97881b94 /fpga/usrp2/top/Makefile.common | |
parent | 55d450ba11d8ae46734e291d2876a4a2c9eaaba3 (diff) | |
parent | 404a84fcef665d262eee09ba10c841acdd7cbdf2 (diff) | |
download | uhd-8488eb09d7db13f67f38dc986b191fd6f3eeea2d.tar.gz uhd-8488eb09d7db13f67f38dc986b191fd6f3eeea2d.tar.bz2 uhd-8488eb09d7db13f67f38dc986b191fd6f3eeea2d.zip |
Merge branch 'maint'
Diffstat (limited to 'fpga/usrp2/top/Makefile.common')
-rw-r--r-- | fpga/usrp2/top/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/top/Makefile.common b/fpga/usrp2/top/Makefile.common index 3b71e7b13..bd999f007 100644 --- a/fpga/usrp2/top/Makefile.common +++ b/fpga/usrp2/top/Makefile.common @@ -55,7 +55,7 @@ $(ISE_FILE): $$(SOURCES) $$(MAKEFILE_LIST) $(BIN_FILE): $(ISE_FILE) $$(SOURCES) $$(MAKEFILE_LIST) @echo $@ - $(ISE_HELPER) "Generate Programming File" + $(ISE_HELPER) "Generate Programming File" 2>&1 | tee $(BUILD_DIR)/build.log touch $@ $(MCS_FILE): $(BIN_FILE) |