aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/top/B100/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/top/B100/Makefile')
-rw-r--r--usrp2/top/B100/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usrp2/top/B100/Makefile b/usrp2/top/B100/Makefile
index 3ddef1024..fdd507394 100644
--- a/usrp2/top/B100/Makefile
+++ b/usrp2/top/B100/Makefile
@@ -2,7 +2,7 @@
# Copyright 2011 Ettus Research LLC
#
-all: B100
+all: B100 B100_2RX
find -name "*.twr" | xargs grep constraint | grep met
clean:
@@ -11,4 +11,7 @@ clean:
B100:
make -f Makefile.$@ bin
+B100_2RX:
+ make -f Makefile.$@ bin
+
.PHONY: all clean