summaryrefslogtreecommitdiffstats
path: root/usrp2/top/N2x0/Makefile
blob: fa66af5654f8fa39fd60bcb894a354be79fe071b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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