Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1687

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