Blame | 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 = i2c-core.o i2c-algo-bit.o gpio.o bttv-if.o bttv-cards.o bttv-driver.o fg.o
OTHERINCL += -I$(BASE)/drivers/bttv/include -I$(BASE)/drivers/linuxc24/include
C_OPT += -D__KERNEL__
include $(BASE)/config/lib.mk
clean::
rm -f $(OBJS)