diff options
author | Josh Blum <josh@joshknows.com> | 2013-03-05 22:34:48 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2013-03-05 22:34:48 -0800 |
commit | 8d91709d43f8df717abc8e05967e63c60887cd87 (patch) | |
tree | 43ac874e85440dc09200d412a875bcb808a06145 /usrp2/top/Makefile.common | |
parent | 58ee775d1fb9dbf152f45aaf949c36b10631f89b (diff) | |
download | uhd-8d91709d43f8df717abc8e05967e63c60887cd87.tar.gz uhd-8d91709d43f8df717abc8e05967e63c60887cd87.tar.bz2 uhd-8d91709d43f8df717abc8e05967e63c60887cd87.zip |
fpga: added logging to makefile common
Diffstat (limited to 'usrp2/top/Makefile.common')
-rw-r--r-- | usrp2/top/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/Makefile.common b/usrp2/top/Makefile.common index 3b71e7b13..bd999f007 100644 --- a/usrp2/top/Makefile.common +++ b/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) |