Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1684 → Rev 1686

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