Subversion Repositories shark

Rev

Rev 602 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
170 giacomo 1
# National Instruments PCI6025E Driver
2
 
3
ifndef BASE
4
BASE=../..
5
endif
6
 
7
include $(BASE)/config/config.mk
8
 
9
LIBRARY       = bttv
10
 
11
OBJS_PATH     = $(BASE)/drivers/bttv
12
 
605 giacomo 13
OBJS = bttv-if.o btcx-risc.o bttv-cards.o bttv-driver.o bttv-risc.o shark_bttv26.o
170 giacomo 14
 
480 giacomo 15
OTHERINCL += -I$(BASE)/drivers/bttv/include -I$(BASE)/drivers/linuxc26/include -I.
170 giacomo 16
 
17
C_OPT += -D__KERNEL__
18
 
19
include $(BASE)/config/lib.mk
20
 
21
clean::
22
	rm -f $(OBJS)
23