aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/B100/Makefile
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-09-04 16:27:57 -0700
committerJosh Blum <josh@joshknows.com>2012-09-04 16:27:57 -0700
commitd84207264e0d08a12f6e680b22a60b388d71f2e7 (patch)
treef62588dc228a46891ff40a632ea4cf9e17bc0975 /fpga/usrp2/top/B100/Makefile
parent9d6f94929ebe66d8839441a3ab1c190aac1c1cab (diff)
parentbf6ced26b463ac9c229c7ca224f739e9a24c1d33 (diff)
downloaduhd-d84207264e0d08a12f6e680b22a60b388d71f2e7.tar.gz
uhd-d84207264e0d08a12f6e680b22a60b388d71f2e7.tar.bz2
uhd-d84207264e0d08a12f6e680b22a60b388d71f2e7.zip
Merge branch 'b100_2rx_fpga' into b100_2rx
Diffstat (limited to 'fpga/usrp2/top/B100/Makefile')
-rw-r--r--fpga/usrp2/top/B100/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/fpga/usrp2/top/B100/Makefile b/fpga/usrp2/top/B100/Makefile
new file mode 100644
index 000000000..fdd507394
--- /dev/null
+++ b/fpga/usrp2/top/B100/Makefile
@@ -0,0 +1,17 @@
+#
+# Copyright 2011 Ettus Research LLC
+#
+
+all: B100 B100_2RX
+ find -name "*.twr" | xargs grep constraint | grep met
+
+clean:
+ rm -rf build*
+
+B100:
+ make -f Makefile.$@ bin
+
+B100_2RX:
+ make -f Makefile.$@ bin
+
+.PHONY: all clean