aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/E1x0/Makefile
blob: 0ca8ed2dd9c45175d10eeab0633ec29cb077ecfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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