From 8d91709d43f8df717abc8e05967e63c60887cd87 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 5 Mar 2013 22:34:48 -0800 Subject: fpga: added logging to makefile common --- usrp2/top/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/top/Makefile.common') 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) -- cgit v1.2.3