Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1690 → Rev 1689

/demos/trunk/shutdown/Makefile
File deleted
/demos/trunk/shutdown/makefile
0,0 → 1,11
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
 
PROGS += shutdown
 
include $(BASE)/config/example.mk
 
shutdown:
make -f $(SUBMAKE) APP=shutdown INIT= OTHEROBJS="ishut.o" OTHERINCL= SHARKOPT="__LINUXC26__ __PCI__ __INPUT__"