Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/drivers/bttv/Makefile/makefile
1,23 → 1,13
# National Instruments PCI6025E Driver
targets:= libbttv.a
 
ifndef BASE
BASE=../..
endif
libbttv.a-objs = \
bttv-if.o \
btcx-risc.o \
bttv-cards.o \
bttv-driver.o \
bttv-risc.o \
shark_bttv26.o
 
include $(BASE)/config/config.mk
cppflags+= -D__KERNEL__ -I$(srctree)/drivers/bttv/include \
-I$(srctree)/drivers/linuxc26/include -I$(curdir)
 
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)