summaryrefslogtreecommitdiffstats
path: root/usrp2/top/Makefile.common
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-08-17 16:54:17 -0700
committerMatt Ettus <matt@ettus.com>2010-08-17 16:54:17 -0700
commit652b82a6b0bd8694a4cdef00c7146cc367f75e7b (patch)
tree0224924fc881fdaeeaabe94b4f7496c0d950777e /usrp2/top/Makefile.common
parentc4ae87f3554753877a35cab3b86cbf267fb2c035 (diff)
parent0f0e3abe76c88bee67e278952c1db4ae59c624be (diff)
downloaduhd-652b82a6b0bd8694a4cdef00c7146cc367f75e7b.tar.gz
uhd-652b82a6b0bd8694a4cdef00c7146cc367f75e7b.tar.bz2
uhd-652b82a6b0bd8694a4cdef00c7146cc367f75e7b.zip
Merge branch 'features' into tx_policy
* 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 d0435fa1e..4da64ac28 100644
--- a/usrp2/top/Makefile.common
+++ b/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 $@