Subversion Repositories shark

Rev

Rev 1686 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1686 fabio 1
TRC=$(if $(findstring NEW,$(TRACER)),newtracer)
1120 pj 2
 
1686 fabio 3
SUBDIRS:=		\
4
	advtimer	\
5
	astro		\
6
	base		\
7
	bca		\
8
	bttvdemo	\
9
	cpufreq		\
10
	dosfs		\
11
	helloworld	\
12
	input		\
13
	jumpball	\
14
	mesademo	\
15
	mesatex		\
16
	mix		\
17
	network		\
18
	orbit		\
19
	pci6025e	\
20
	pse51		\
21
	servo		\
22
	shutdown	\
23
	$(TRC)		\
24
	tftptest
1287 giacomo 25
 
1686 fabio 26
S?=../
27
include $(S)/mk/App.mk
1120 pj 28