aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp2/top/N2x0/Makefile
blob: b6a3d96241641e2a524beb6dd9db698d122a450e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Copyright 2011 Ettus Research LLC
#

all: N200R3 N210R3 N200R4 N210R4
	find -name "*.twr" | xargs grep constraint | grep met

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