Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

/demos/branches/xen/bttvdemo/Makefile/makefile
1,16 → 1,10
#
#
#
APPS:= bttv
 
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
S?=../../
include $(S)/mk/App.mk
 
PROGS = bttv
 
include $(BASE)/config/example.mk
 
bttv:
make -f $(SUBMAKE) APP=bttv INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__LINUXC26__ __PCI__ __INPUT__ __FB__ __I2C__ __BTTV__"
make -f $(S)/Makefile APP=bttv OTHEROBJS="initfile.o" \
OTHERINCL= SHARKOPT="__LINUXC26__ __PCI__ __INPUT__ \
__FB__ __I2C__ __BTTV__"