aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/B100/Makefile
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-10-05 12:50:08 -0700
committerJosh Blum <josh@joshknows.com>2012-10-05 12:50:08 -0700
commitd14ff607b2b475dfd249fb99d7071ed367521a98 (patch)
tree7460f566f0b42341ea2ea0e2eff0ec2c75d9f783 /fpga/usrp2/top/B100/Makefile
parent390752c6d9cca370e6b6d6781e54b42ac4eac9a2 (diff)
parent02b246fff2f272dd7b17e8c1fdca3a20dd17280a (diff)
downloaduhd-d14ff607b2b475dfd249fb99d7071ed367521a98.tar.gz
uhd-d14ff607b2b475dfd249fb99d7071ed367521a98.tar.bz2
uhd-d14ff607b2b475dfd249fb99d7071ed367521a98.zip
Merge branch '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