summaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/Makefile.common
diff options
context:
space:
mode:
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 $@