Subversion Repositories shark

Rev

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

Rev Author Line No. Line
1681 fabio 1
targets:= libbttv.a
170 giacomo 2
 
1681 fabio 3
libbttv.a-objs =	\
4
	bttv-if.o	\
5
	btcx-risc.o	\
6
	bttv-cards.o	\
7
	bttv-driver.o	\
8
	bttv-risc.o	\
9
	shark_bttv26.o
170 giacomo 10
 
1681 fabio 11
cppflags+= -D__KERNEL__ -I$(srctree)/drivers/bttv/include \
12
	-I$(srctree)/drivers/linuxc26/include -I$(curdir)
170 giacomo 13