summaryrefslogtreecommitdiffstats
path: root/usrp2
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/top/N2x0/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/usrp2/top/N2x0/Makefile b/usrp2/top/N2x0/Makefile
new file mode 100644
index 000000000..fa66af565
--- /dev/null
+++ b/usrp2/top/N2x0/Makefile
@@ -0,0 +1,22 @@
+#
+# Copyright 2011 Ettus Research LLC
+#
+
+all: N200R3 N210R3 N200R4 N210R4
+
+clean:
+ rm -rf build*
+
+N200R3:
+ make -f Makefile.$@ bin
+
+N210R3:
+ make -f Makefile.$@ bin
+
+N200R4:
+ make -f Makefile.$@ bin
+
+N210R4:
+ make -f Makefile.$@ bin
+
+.PHONY: all clean