Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1603 → Rev 1690

/demos/trunk/shutdown/makefile
File deleted
/demos/trunk/shutdown/Makefile
0,0 → 1,9
APPS:= shutdown
 
S?=../../
include $(S)/mk/App.mk
 
shutdown:
make -f $(S)/Makefile APP=shutdown OTHEROBJS="ishut.o" \
OTHERINCL= SHARKOPT="__LINUXC26__ __PCI__ __INPUT__ __GRX__"