From c5c5bacb0e3e4f78b39765857ea129a24363bf11 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 9 Aug 2011 18:34:00 -0700 Subject: N2x0: added a Makefile to build all N2x0 projects (make -j4) --- usrp2/top/N2x0/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 usrp2/top/N2x0/Makefile (limited to 'usrp2') 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 -- cgit v1.2.3