summaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/Makefile.common
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-08-09 18:24:44 -0700
committerJosh Blum <josh@joshknows.com>2010-08-09 18:24:44 -0700
commit927e3a99a327e1978b21fb87dc29041e9d654409 (patch)
tree264bc761f335556e3d18ba34364a138480579ffb /fpga/usrp2/top/Makefile.common
parent349d99c988b2eeb3d13d6229cbd4b80bc9f8153a (diff)
parent0f0e3abe76c88bee67e278952c1db4ae59c624be (diff)
downloaduhd-927e3a99a327e1978b21fb87dc29041e9d654409.tar.gz
uhd-927e3a99a327e1978b21fb87dc29041e9d654409.tar.bz2
uhd-927e3a99a327e1978b21fb87dc29041e9d654409.zip
Merge branch 'features' into uhd_fpga_features
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 $@