summaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/Makefile.common
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-11 11:18:50 -0700
committerJosh Blum <josh@joshknows.com>2010-08-11 11:18:50 -0700
commit9503c5101007ba1261b8d23ee6a17305bbaa6f2a (patch)
tree1bd68ede7048f2199eeffdb5f700dd53e26f8f78 /fpga/usrp2/top/Makefile.common
parente581e0af0ab0387b03e20c5eadec157bcbb777ca (diff)
parent9e419c7b7f35062ceb2ed4e508cadb163067593f (diff)
downloaduhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.tar.gz
uhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.tar.bz2
uhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.zip
Merge branch 'changes'
Diffstat (limited to 'fpga/usrp2/top/Makefile.common')
-rw-r--r--fpga/usrp2/top/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp2/top/Makefile.common b/fpga/usrp2/top/Makefile.common
index d0435fa1e..4da64ac28 100644
--- a/fpga/usrp2/top/Makefile.common
+++ b/fpga/usrp2/top/Makefile.common
@@ -47,7 +47,7 @@ $(ISE_FILE): $$(SOURCES) $$(MAKEFILE_LIST)
@echo $@
$(ISE_HELPER) ""
-$(BIN_FILE): $(ISE_FILE)
+$(BIN_FILE): $(ISE_FILE) $$(SOURCES) $$(MAKEFILE_LIST)
@echo $@
$(ISE_HELPER) "Generate Programming File"
touch $@