Rev 426 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# National Instruments PCI6025E Driver
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
LIBRARY = bttv
OBJS_PATH = $(BASE)/drivers/bttv
OBJS = bttv-if.o bttv-cards.o bttv-driver.o bttv-risc.o bttv-vbi.o fg.o
OTHERINCL += -I$(BASE)/drivers/bttv/include -I$(BASE)/drivers/linuxc26/include
C_OPT += -D__KERNEL__
include $(BASE)/config/lib.mk
clean::
rm -f $(OBJS)