summaryrefslogtreecommitdiffstats
path: root/usrp2/top/Makefile.common
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-08-16 16:08:21 -0700
committerMatt Ettus <matt@ettus.com>2010-08-16 16:08:21 -0700
commitdea3792c63a3dfcf0885c9d2b8c529672b0ad443 (patch)
treea73b5b2a7dc5d18433d43bec7fc352769efadcc0 /usrp2/top/Makefile.common
parent02998fa22b62601a98ed65858bfe184103f796fb (diff)
parent0f0e3abe76c88bee67e278952c1db4ae59c624be (diff)
downloaduhd-dea3792c63a3dfcf0885c9d2b8c529672b0ad443.tar.gz
uhd-dea3792c63a3dfcf0885c9d2b8c529672b0ad443.tar.bz2
uhd-dea3792c63a3dfcf0885c9d2b8c529672b0ad443.zip
Merge branch 'features' into ise12_efifo_merge
* features: added compat number to usrp2 readback mux makefile dependency fix for second expansion
Diffstat (limited to 'usrp2/top/Makefile.common')
-rw-r--r--usrp2/top/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/Makefile.common b/usrp2/top/Makefile.common
index 754471221..9a180d10e 100644
--- a/usrp2/top/Makefile.common
+++ b/usrp2/top/Makefile.common
@@ -48,7 +48,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 $@