Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1681 → Rev 1618

/shark/branches/xen/drivers/bttv/makefile/Makefile
1,13 → 1,23
targets:= libbttv.a
# National Instruments PCI6025E Driver
 
libbttv.a-objs = \
bttv-if.o \
btcx-risc.o \
bttv-cards.o \
bttv-driver.o \
bttv-risc.o \
shark_bttv26.o
ifndef BASE
BASE=../..
endif
 
cppflags+= -D__KERNEL__ -I$(srctree)/drivers/bttv/include \
-I$(srctree)/drivers/linuxc26/include -I$(curdir)
include $(BASE)/config/config.mk
 
LIBRARY = bttv
 
OBJS_PATH = $(BASE)/drivers/bttv
 
OBJS = bttv-if.o btcx-risc.o bttv-cards.o bttv-driver.o bttv-risc.o shark_bttv26.o
 
OTHERINCL += -I$(BASE)/drivers/bttv/include -I$(BASE)/drivers/linuxc26/include -I.
 
C_OPT += -D__KERNEL__
 
include $(BASE)/config/lib.mk
 
clean::
rm -f $(OBJS)