From 32464690523cbcdfca0c5d683d9f4a8044bd4104 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 5 Nov 2011 11:58:01 -0700 Subject: convenience makefiles for top level projects --- usrp2/top/E1x0/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 usrp2/top/E1x0/Makefile (limited to 'usrp2/top/E1x0') diff --git a/usrp2/top/E1x0/Makefile b/usrp2/top/E1x0/Makefile new file mode 100644 index 000000000..0ca8ed2dd --- /dev/null +++ b/usrp2/top/E1x0/Makefile @@ -0,0 +1,17 @@ +# +# Copyright 2011 Ettus Research LLC +# + +all: E100 E110 + find -name "*.twr" | xargs grep constraint | grep met + +clean: + rm -rf build* + +E100: + make -f Makefile.$@ bin + +E110: + make -f Makefile.$@ bin + +.PHONY: all clean -- cgit v1.2.3